8 lines
146 B
HTML
8 lines
146 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
{{ section.title }}
|
|
</h1>
|
|
{{ section.content | safe }}
|
|
{% endblock content %}
|