feat(templates/base.html): enclose content block in padded div

This commit is contained in:
2026-03-11 12:37:00 +01:00
parent 81e3f99187
commit 2fd6ee5a73

View File

@@ -45,8 +45,10 @@
{% include "header.html" %}
{% block body %}
<div class="grow py-8 px-8">
{% block content %}
{% endblock content %}
</div>
{% endblock body %}
{# Global javascript #}