8 lines
273 B
Text
8 lines
273 B
Text
|
{{ define "content" }}
|
||
|
<main class="container">
|
||
|
<h1>{{ .Greeting }}</h1>
|
||
|
<p>{{ .IntroductionText }}</p>
|
||
|
<p>{{ .AuthenticatedAs }}</p>
|
||
|
<a class="btn btn-outline-primary" href="{{ .LogoutURL }}">{{ .LogoutLabel }}</a>
|
||
|
</main>
|
||
|
{{ end }}
|