style: Remove whitespaces

This commit is contained in:
2025-01-27 23:30:36 +03:00
parent 28dba79cdf
commit 07ca969da2
3 changed files with 11 additions and 12 deletions
+5 -5
View File
@@ -2,15 +2,15 @@
<html lang="ru">
{% block head %}
{% include '_head.html' %}
{% endblock %}
{%- include '_head.html' %}
{%- endblock %}
<body>
{% include '_header.html' %}
{% include '_header.html' -%}
{% block content %}{% endblock %}
{% block content -%}{% endblock -%}
{% include '_sidenav.html' %}
{% include '_sidenav.html' %}
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
</body>