Correct login landing page

This commit is contained in:
2025-09-26 00:28:15 +02:00
parent b0190336b0
commit 823884d265
25 changed files with 373 additions and 515 deletions

View File

@@ -4,23 +4,25 @@
{% include '_head.html' %}
<body role="document">
<body>
{% include '_nav_userlogin.html'%}
{% include '_header.html' %}
{% include '_nav_userlogin.html'%}
<div class="container theme-showcase" role="main">
<main>
{% include '_flash_msgs.html' %}
{% block main %}{% endblock %}
</div>
{% include '_flash_msgs.html' %}
{% include '_footer.html' %}
{% include '_js-core.html' %}
{% include '_js-gallery.html' %}
</main>
{% include '_footer.html' %}
{% include '_js-core.html' %}
{% include '_js-gallery.html' %}
</body>
</html>