pywallter/templates/up_squelette.html

18 lines
273 B
HTML
Raw Normal View History

2020-11-29 02:05:19 +01:00
<!DOCTYPE html>
<html class="no-js" lang="fr">
{% include '_head.html' %}
2020-11-29 02:05:19 +01:00
<body role="document">
2022-08-06 18:22:24 +02:00
{% include '_nav_userlogin.html'%}
2020-11-29 02:05:19 +01:00
<div class="container theme-showcase" role="main">
{% block main %}{% endblock %}
</div>
{% include '_js.html' %}
2020-11-29 02:05:19 +01:00
</body>
</html>