Files
pywallter/templates/up_squelette.html
2025-05-12 16:37:30 +02:00

25 lines
328 B
HTML

<!DOCTYPE html>
<html lang="fr">
{% include '_head.html' %}
<body role="document">
{% include '_nav_userlogin.html'%}
<div class="container theme-showcase" role="main">
{% block main %}{% endblock %}
</div>
{% include '_flash_msgs.html' %}
{% include '_footer.html' %}
{% include '_js.html' %}
</body>
</html>