pywallter/templates/up_squelette.html

18 lines
273 B
HTML

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