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