mirror of
https://github.com/falsycat/ar.falsy.cat.git
synced 2024-11-09 21:34:51 +00:00
10 lines
118 B
HTML
10 lines
118 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
{{ block "head" . }}
|
||
|
{{ end }}
|
||
|
|
||
|
<body>
|
||
|
{{ block "main" . }}
|
||
|
{{ end }}
|
||
|
</body>
|
||
|
</html>
|