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