1
0
mirror of https://github.com/falsycat/ar.falsy.cat.git synced 2025-05-02 04:41:54 +00:00
2021-07-18 09:35:42 -04:00

10 lines
118 B
HTML

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