Files
jc-ng/src/templates/error.html

5 lines
108 B
HTML

{% include 'header.html' %}
<section id="post">
{{ post | safe }}
</section>
{% include 'footer.html' %}