weryskok.ru/templates/page.html
Alexander Minkin 7aa6938137
refactor: change SSG to Zola (#1)
* ci: disable action as it will need a rework

* refactor: change SSG to Zola

* ci: set up action for Zola
2024-09-22 15:06:28 +03:00

6 lines
No EOL
142 B
HTML

{% extends "base.html" %}
{% block content %}
<section class="container mb-5">
{{ page.content | safe }}
</section>
{% endblock content %}