mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-26 12:38:57 +03:00
6 lines
No EOL
142 B
HTML
6 lines
No EOL
142 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<section class="container mb-5">
|
|
{{ page.content | safe }}
|
|
</section>
|
|
{% endblock content %} |