chore: Rename includable templates
This commit is contained in:
parent
ec1ff82c39
commit
915da1acc8
@ -1,11 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
{% include 'head.html' %}
|
{% include '_head.html' %}
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include 'header.html' %}
|
{% include '_header.html' %}
|
||||||
|
|
||||||
{% include 'sidenav.html' %}
|
{% include '_sidenav.html' %}
|
||||||
<div id="popup-overlay">
|
<div id="popup-overlay">
|
||||||
<div id="popup">
|
<div id="popup">
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
{% 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') }}">
|
<img id="help" src="{{ url_for('static', filename='imgs/icon.png') }}">
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
{% include 'head.html' %}
|
{% include '_head.html' %}
|
||||||
<body>
|
<body>
|
||||||
{% include 'header.html' %}
|
{% include '_header.html' %}
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="info1 divv" >
|
<div class="info1 divv" >
|
||||||
@ -28,4 +28,4 @@
|
|||||||
|
|
||||||
<!-- <img src="{{ url_for('static', filename='imgs/Madoka-Kaname.webp') }}"> -->
|
<!-- <img src="{{ url_for('static', filename='imgs/Madoka-Kaname.webp') }}"> -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
{% include 'head.html' %}
|
{% include '_head.html' %}
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
{% include 'header.html' %}
|
{% include '_header.html' %}
|
||||||
|
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -20,7 +20,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include 'sidenav.html' %}
|
{% include '_sidenav.html' %}
|
||||||
{% if error %}
|
{% if error %}
|
||||||
<div id="error">
|
<div id="error">
|
||||||
<p>{{ error }}</p>
|
<p>{{ error }}</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user