1
0
mirror of https://github.com/falsycat/ar.falsy.cat.git synced 2025-05-03 13:11:55 +00:00
2022-08-23 23:32:40 -04:00

10 lines
127 B
HTML

<!DOCTYPE html>
<html lang="{{ .Lang }}">
{{ block "head" . }}
{{ end }}
<body>
{{ block "main" . }}
{{ end }}
</body>
</html>