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