all repos — blog @ 64e1139f3c82ff7c4de8a7584f8675ba11391614

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>