♻️ refactor: improve spacing and indentation

This commit is contained in:
welpo 2023-03-06 00:20:31 +01:00
parent 4b18391c18
commit dceceff5fd
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
11 changed files with 35 additions and 16 deletions

View file

@ -1,4 +1,6 @@
{% extends "base.html" %} {% block main_content %}
{% extends "base.html" %}
{% block main_content %}
{{ macros_page_header::page_header(title=section.title) }}
@ -27,4 +29,5 @@
</li>
</ul>
</div>
{% endblock main_content %}