all repos — blog @ 22919b36b22089b7aca1e1b4e08e481c453ff909

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>