From 2ef2160c8dba314bc0010209bda8fdd88bb72ed4 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 23 Jul 2024 09:15:27 -0700 Subject: [PATCH] Add a
element to the home template --- layouts/_default/home.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}