oopsie/templates/base.html
Lewis Dale 701544df9c
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 43s
Inherited templates, staticfiles
2024-05-15 07:56:14 +01:00

7 lines
137 B
HTML

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