diff options
Diffstat (limited to 'site/layouts/_default/baseof.html')
| -rw-r--r-- | site/layouts/_default/baseof.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/site/layouts/_default/baseof.html b/site/layouts/_default/baseof.html new file mode 100644 index 0000000..c068832 --- /dev/null +++ b/site/layouts/_default/baseof.html @@ -0,0 +1,9 @@ +<!doctype html> +<html lang="en"> + {{ partial "head" . }} + <body class="sans-serif"> + {{ partial "nav" . }} + {{ block "main" . }}{{ end }} + {{ partial "footer" . }} + </body> +</html>
\ No newline at end of file |
