dex/static/html/verify-email.html

9 lines
179 B
HTML
Raw Normal View History

{{ template "header.html" }}
<div class="panel">
<h2 class="heading">{{ .Error }}</h2>
<div class="explain">{{ .Message }}</div>
</div>
{{ template "footer.html" }}