goweb-oidc/cmd/server/template/layouts/profile.html.tmpl

13 lines
314 B
Cheetah
Raw Normal View History

2020-05-20 13:06:04 +02:00
{{define "title"}}Accueil{{end}}
{{define "body"}}
<section class="home is-fullheight section">
<div class="container">
{{template "header" .}}
<h2 class="is-size-4">Jeton OpenID Connect</h2>
<pre>{{ .JSONIDToken }}</pre>
{{template "footer" .}}
</div>
</section>
{{end}}
{{template "base" .}}