1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-21 22:01:34 +00:00
Files
.github
assets
content
data
layouts
_default
_markup
baseof.html
section.html
single.html
taxonomy.html
term.html
partials
404.html
index.html
static
.gitignore
.hugo_build.lock
.prettierrc
CODE_OF_CONDUCT.md
LICENSE.txt
Makefile
README.md
config.toml
screenshot.png
brain-quartz/layouts/_default/baseof.html
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>