2
0
Fork 0
mirror of https://github.com/LemmyNet/joinlemmy-site.git synced 2025-01-10 12:05:51 +00:00
joinlemmy-site/templates/page.html

7 lines
137 B
HTML
Raw Normal View History

2020-09-28 04:19:11 +00:00
{% extends "base.html" %}
{% block content %}
<div class="container">
<p>{{ page.content | safe }}</p>
</div>
2020-09-28 04:19:11 +00:00
{% endblock content %}