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