1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-24 12:05:57 +00:00
Files
go-inbucket/themes/integral/templates/Application/Index.html
2012-10-20 16:40:25 -07:00

16 lines
464 B
HTML

{{set "title" "Inbucket" .}}
{{template "header.html" .}}
{{template "menu.html" .}}
<div id="colTwo">
{{template "errors.html" .}}
<p>Inbucket is an email testing service; it will accept email for any email
address and make it available to view without a password.</p>
<p>To view email for a particular address, enter the username portion
of the address into the box on the upper right and click <em>go</em>.</p>
</div>
{{template "footer.html" .}}