diff --git a/tmpl/head.tmpl b/tmpl/head.tmpl new file mode 100644 index 0000000..b26f37e --- /dev/null +++ b/tmpl/head.tmpl @@ -0,0 +1,9 @@ +{{define "head"}} + + + + + + +{{template "navbar"}} +{{end}} \ No newline at end of file diff --git a/tmpl/navbar.tmpl b/tmpl/navbar.tmpl new file mode 100644 index 0000000..86814b0 --- /dev/null +++ b/tmpl/navbar.tmpl @@ -0,0 +1,7 @@ +{{define "navbar"}} + +{{end}} \ No newline at end of file diff --git a/tmpl/tail.tmpl b/tmpl/tail.tmpl new file mode 100644 index 0000000..9a1b5d3 --- /dev/null +++ b/tmpl/tail.tmpl @@ -0,0 +1,4 @@ +{{define "tail"}} + + +{{end}} \ No newline at end of file