6 lines
193 B
HTML
6 lines
193 B
HTML
<html lang="ru">
|
|
{% include '_head.html' %}
|
|
<body>
|
|
{% include '_header.html' %}
|
|
{% include '_sidenav.html' %}
|
|
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}"> |