5 lines
108 B
HTML
5 lines
108 B
HTML
{% include 'header.html' %}
|
|
<section id="post">
|
|
{{ post | safe }}
|
|
</section>
|
|
{% include 'footer.html' %} |