mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 13:55:30 +00:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
{{ define "home" }}{{ template "layout" . }}{{ end }}
|
|
|
|
{{ define "title" }}Home{{ end }}
|
|
|
|
{{ define "body" }}
|
|
<h1>Home</h1>
|
|
<p>{{ .Message }}</p>
|
|
{{ end }}
|