dustin.web/templates/section.html

8 lines
178 B
HTML

{% extends "base.html" %}
{% block content %}
<article class="post panel">
<h1 class="post-title">{{ section.title }}</h1>
{{ section.content | safe }}
</article>
{% endblock %}