diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/blog/layouts/_default/baseof.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/users/fcuny/blog/layouts/_default/baseof.html b/users/fcuny/blog/layouts/_default/baseof.html new file mode 100644 index 0000000..d9ca51a --- /dev/null +++ b/users/fcuny/blog/layouts/_default/baseof.html @@ -0,0 +1,11 @@ +<!doctype html> +<html lang="en"> + {{ partial "head.html" . }} + <body> + <div class="main"> + <main> + {{ block "main" . }}{{ end }} + </main> + </div> + </body> +</html> |