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