hydra-passwordless/cmd/server/template/layouts/consent.html.tmpl
2020-04-08 08:56:42 +02:00

9 lines
176 B
Cheetah

{{define "title"}}Consent{{end}}
{{define "body"}}
<section class="home is-fullheight section">
<div class="container">
</div>
</section>
{{end}}
{{template "base" .}}