Files
monsiteperso/app/templates/themes/creative/_layout.html
2026-08-03 02:33:58 +02:00

20 lines
276 B
HTML

{# creative/_layout.html #}
<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Style CSS -->
{% include 'creative/_head.html' %}
</head>
<body id="page-top">
{% block body %}
{% endblock %}
</body>
{% include 'creative/javascript.html' %}
</html>