diff options
Diffstat (limited to 'layouts/home.html')
| -rw-r--r-- | layouts/home.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/home.html b/layouts/home.html new file mode 100644 index 0000000..46dc417 --- /dev/null +++ b/layouts/home.html @@ -0,0 +1,6 @@ +{{ define "main" }} + <h1>{{ .Title }}</h1> + <section> + {{ .Content }} + </section> +{{ end }} |
