6 lines
118 B
HTML
6 lines
118 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
<article>{{ section.content | safe }}</article>
|
||
|
|
||
|
{% endblock content %}
|