1
2021-08-21 14:18:57 -04:00

8 lines
153 B
HTML

{% extends "base.html" %}
{% block title %}
{{section.title}}
{% endblock title %}
{% block content %}
{{section.content | safe}}
{% endblock content %}