diff --git a/templates/base.html b/templates/base.html index f289824..3349d11 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,8 +2,9 @@ void + {{block "body" $}}{{end}} - \ No newline at end of file + diff --git a/templates/index.html b/templates/index.html index f1f37f6..db9f571 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,4 +2,4 @@ {{define "body"}}

test

hi, hello

-{{end}} \ No newline at end of file +{{end}}