ar.falsy.cat/layouts/_default/baseof.html

10 lines
118 B
HTML
Raw Normal View History

2021-07-18 13:35:42 +00:00
<!DOCTYPE html>
<html lang="en">
{{ block "head" . }}
{{ end }}
<body>
{{ block "main" . }}
{{ end }}
</body>
</html>