cleaned shortcodes, automized header creation

This commit is contained in:
timurgordon
2022-02-16 05:46:55 +03:00
parent 5117bc1b70
commit 10eefa2753
18 changed files with 356 additions and 311 deletions

View File

@@ -0,0 +1,7 @@
{% extends "_default/base.html" %}
{% block content %}
<main class="pt-16">
{{section.content | safe}}
</main> {% endblock content %}