feat: help icon and nav to section main files

This commit is contained in:
cheeest 2025-04-07 00:49:46 +03:00
parent e57dc07601
commit 22cdb19d98
3 changed files with 8 additions and 3 deletions

View File

@ -2,3 +2,5 @@
{% include '_head.html' %} {% include '_head.html' %}
<body> <body>
{% include '_header.html' %} {% include '_header.html' %}
{% include '_sidenav.html' %}
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">

View File

@ -2,3 +2,5 @@
{% include '_head.html' %} {% include '_head.html' %}
<body> <body>
{% include '_header.html' %} {% include '_header.html' %}
{% include '_sidenav.html' %}
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">

View File

@ -2,4 +2,5 @@
{% include '_head.html' %} {% include '_head.html' %}
<body> <body>
{% include '_header.html' %} {% include '_header.html' %}
{% include '_sidenav.html' %} {% include '_sidenav.html' %}
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">