pywallter/templates/up_squelette.html
John Doe 57241b843b Rework blog section
Wrok in bloc sectionn
2025-12-05 23:20:36 +01:00

34 lines
418 B
HTML

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