701544df9c
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 43s
7 lines
137 B
HTML
7 lines
137 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{{ template "head.html" . }}
|
|
<body>
|
|
{{ block "content" . }}{{ end }}
|
|
</body>
|
|
</html> |