mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
4 lines
104 B
HTML
4 lines
104 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<p>{{ page.content | safe }}</p>
|
|
{% endblock content %}
|