mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
7 lines
190 B
Handlebars
7 lines
190 B
Handlebars
{{#> layout }}
|
|
{{#with page}}
|
|
<p>
|
|
{{ text "We have sent an email with further instructions to <span class=\"email\">{{ address }}</span>." rerender }}
|
|
</p>
|
|
{{/with}}
|
|
{{/layout}}
|