diff --git a/templates/index.html b/templates/index.html index ae164d1..f1f37f6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,4 +1,5 @@ - -
this is a test from {{ .test }}
- \ No newline at end of file +{{template "base.html"}} +{{define "body"}} +hi, hello
+{{end}} \ No newline at end of file