refactor(base.html): fix indentation to 2 spaces

This commit is contained in:
2026-03-11 14:52:08 +01:00
parent afd3703968
commit afedc3bbc4

View File

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