diff --git a/templates/layouts/layout_base.html b/templates/layouts/layout_base.html new file mode 100644 index 0000000..1510d87 --- /dev/null +++ b/templates/layouts/layout_base.html @@ -0,0 +1,18 @@ +{{define "layout-base-start"}} + + + + + + + {{.Title}} + + + +{{end}} +{{define "layout-base-end"}} + + +{{end}}