feat(settings): new module for whole of application settings/globals

!10
This commit is contained in:
2024-05-23 19:10:08 +09:30
parent 88f1007a74
commit ac233e432f
11 changed files with 95 additions and 4 deletions

View File

@ -69,9 +69,11 @@ section h2 span svg {
{% endblock %}
{% endif %}
</h2>
{% block content %}
<article>
{% block body%}{% endblock %}
</article>
{% endblock %}
<footer>{% block footer%}{% endblock %}</footer>
</section>