all repos — blog @ f6e0dc9e28bea5e9763cd7033927852c943d5f56

Code and content for 5ika.ch

layouts/_default/baseof.html (view raw)

 1<!DOCTYPE html>
 2<html lang="fr">
 3  {{ partial "header.html" . }}
 4  <body>
 5    <main class="page max-w-2xl">
 6      {{ partial "head.html" . }} {{ block "main" . }}
 7      <!-- The part of the page that begins to differ between templates -->
 8      {{ end }}
 9    </main>
10  </body>
11</html>