Cleanup whitespace in templates

This commit is contained in:
jultty 2024-08-20 03:59:48 -03:00
commit ca731f5736
9 changed files with 129 additions and 131 deletions

View file

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block content %}
{{ page.content | safe }}
{% endblock content %}
{%- block content %}
{{- page.content | safe }}
{%- endblock content %}