mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 13:55:30 +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 }}
|
||||
1
templates/pages/placeholder.tmpl
Normal file
1
templates/pages/placeholder.tmpl
Normal file
@@ -0,0 +1 @@
|
||||
{{/* placeholder */}}
|
||||
Reference in New Issue
Block a user