all repos — blog @ f8be97bb247cc645330ac13a9dfa729a75c37ffa

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>