inou/portal/templates/minor_error.tmpl

13 lines
532 B
Cheetah

{{define "minor_error"}}
<div class="page-container" style="justify-content: center; align-items: center;">
<div class="page-card" style="max-width: 480px; text-align: center;">
<h1>{{.T.must_be_18}}</h1>
<p style="color: var(--text-muted); margin-bottom: 24px;">{{.T.minor_explanation}}</p>
<p style="color: var(--text-muted); margin-bottom: 24px;">{{.T.minor_next_steps}}</p>
<a href="/onboard" class="btn btn-secondary btn-full">← {{.T.use_different_dob}}</a>
</div>
{{template "footer"}}
</div>
{{end}}