Select Git revision
default.html
-
Eloi Perdereau authoredEloi Perdereau authored
default.html 226 B
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
</head>
<body>
{% include navigation.html %}
{{ content }}
</body>
<footer>
default layout
</footer>
</html>