cleaned shortcodes, automized header creation
This commit is contained in:
7
templates/pages/defaultPage.html
Normal file
7
templates/pages/defaultPage.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "_default/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<main class="pt-16">
|
||||
{{section.content | safe}}
|
||||
</main> {% endblock content %}
|
Reference in New Issue
Block a user