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