la-chariotte/la_chariotte/templates/base.html
2023-04-19 18:13:08 +02:00

13 lines
No EOL
239 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<title>{% block title %}{% endblock %} - La Chariotte</title>
</head>
<body>
<main>
{% block content %}
{% endblock %}
</main>
</body>
</html>