Structure initiale

This commit is contained in:
Pierre Martin
2021-03-19 12:29:11 +01:00
commit e0ac6488eb
17 changed files with 8092 additions and 0 deletions

15
src/_includes/base.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Its (j)ust (e)leventy and (t)ailwind … OK, and a few other things; its still really small though.">
<title>{{ title }}</title>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body class="font-sans">
<main>
{{ content | safe }}
</main>
</body>
</html>