diff --git a/layouts/_default/home.html b/layouts/_default/home.html index a0f2f41..0101f75 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -1,3 +1,5 @@ {{ define "main" }} -

Hello world!

+
+ {{ .Content }} +
{{ end }}