20 lines
276 B
HTML
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>
|