style: Remove whitespaces
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user