diff --git a/templates/layouts/layout_page.html b/templates/layouts/layout_page.html new file mode 100644 index 0000000..2e329ba --- /dev/null +++ b/templates/layouts/layout_page.html @@ -0,0 +1,16 @@ +{{define "layout-page-start"}} +{{template "layout-base-start" (args "Title" .Title)}} + + +
+

Comicverse

+ +
+ {{end}} + {{define "layout-page-end"}} + + +{{template "layout-base-end"}} +{{end}}