mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 05:45:32 +00:00
Better inital
This commit is contained in:
8
templates/pages/home.gohtml
Normal file
8
templates/pages/home.gohtml
Normal file
@@ -0,0 +1,8 @@
|
||||
{{ define "home" }}{{ template "layout" . }}{{ end }}
|
||||
|
||||
{{ define "title" }}Home{{ end }}
|
||||
|
||||
{{ define "body" }}
|
||||
<h1>Home</h1>
|
||||
<p>{{ .Message }}</p>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user