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

11 lines
239 B
Cheetah

{{define "title"}}Home | OIDC Tester{{end}}
{{define "body"}}
<section class="home is-fullheight section">
<div class="container">
{{template "header" .}}
{{template "footer" .}}
</div>
</section>
{{end}}
{{template "base" .}}