pywallter/templates/up_squelette.html

29 lines
363 B
HTML

<!DOCTYPE html>
<html lang="fr">
{% include '_head.html' %}
<body>
{% include '_header.html' %}
{% include '_nav_userlogin.html'%}
<main>
{% include '_flash_msgs.html' %}
{% block main %}{% endblock %}
</main>
{% include '_footer.html' %}
{% include '_js-core.html' %}
{% include '_js-gallery.html' %}
</body>
</html>