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

11 lines
239 B
Cheetah
Raw Normal View History

2022-08-10 11:11:22 +02:00
{{define "title"}}Home | OIDC Tester{{end}}
2020-05-20 10:43:12 +02:00
{{define "body"}}
<section class="home is-fullheight section">
<div class="container">
{{template "header" .}}
{{template "footer" .}}
</div>
</section>
{{end}}
{{template "base" .}}