1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00
hagrid-keyserver--hagrid/dist/templates/vks_publish_ok.html.hbs

9 lines
113 B
Handlebars
Raw Normal View History

2019-02-22 08:14:29 -05:00
{{#> layout }}
<h2>Verify Ok</h2>
<ul>
{{#each emails}}
<li>{{this}}</li>
{{/each}}
</ul>
{{/layout}}