mirror of
https://github.com/WerySkok/weryskok.ru.git
synced 2025-04-23 16:33:03 +03:00
* ci: disable action as it will need a rework * refactor: change SSG to Zola * ci: set up action for Zola
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 %} |