mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
9 lines
113 B
Handlebars
9 lines
113 B
Handlebars
|
{{#> layout }}
|
||
|
<h2>Verify Ok</h2>
|
||
|
<ul>
|
||
|
{{#each emails}}
|
||
|
<li>{{this}}</li>
|
||
|
{{/each}}
|
||
|
</ul>
|
||
|
{{/layout}}
|