5 lines
150 B
Text
5 lines
150 B
Text
|
{{ define "content" }}
|
||
|
<h1>{{ .Greeting }}</h1>
|
||
|
<p>{{ .IntroductionText }}</p>
|
||
|
<a href="{{ .LogoutURL }}">{{ .LogoutLabel }}</a>
|
||
|
{{ end }}
|