templates: cleaned up whitespaces

This commit is contained in:
2022-08-02 23:07:43 +02:00
parent 9f7bce2be0
commit d2ad7b3125
11 changed files with 117 additions and 103 deletions

View File

@@ -1,10 +1,10 @@
{% extends "template.html" %}
{% extends "template.html" -%}
{% block content %}
{% block content -%}
<div class="container">
<div class="important">
Error<br>
<span>{{ errorcode }}</span>
</div>
</div>
{% endblock %}
{% endblock -%}