Files
blog/templates/section.html

9 lines
207 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>{{ section.title }}</h1>
{%- include "partials/statements.html" -%}
{%- include "partials/toc.html" -%}
{{ section.content | safe }}
{% endblock content %}