Jan Dittberner
0a4cc75bd3
- link from logo to start page - move common page header to templates/base.gohtml
8 lines
No EOL
273 B
Text
8 lines
No EOL
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 }} |