cuisine.colabois.fr/_layouts/document.html
2023-06-17 16:09:48 +03:00

27 lines
413 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }} | Cuisine</title>
<link rel="stylesheet" href="/assets/style.css">
</head>
<body>
<nav>
<a href="/">Accueil</a>
<a href="/">Recettes</a>
<a href="/">Catégories</a>
<a href="/">Colabois</a>
</nav>
<div class="content">
{{ page.content }}
</div>
</body>
</html>