src

sauce
got clone ssh://anon@src.dalliard.ch/src
log | files | refs

baseof.html (296B)


      1 <!doctype html>
      2 <html>
      3 	<head>
      4 		<meta charset="utf-8" />
      5 		<meta name="viewport" content="width=device-width, initial-scale=1" />
      6 		<title>{{ block "title" . }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
      7 	</head>
      8 	<body>
      9 		<main>
     10 		{{ block "main" . }}{{ end }}
     11 		</main>
     12 	</body>
     13 </html>