feat: help icon and nav to section main files
This commit is contained in:
parent
e57dc07601
commit
22cdb19d98
@ -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') }}">
|
@ -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') }}">
|
@ -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') }}">
|
Loading…
x
Reference in New Issue
Block a user