1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-02 09:27:06 +00:00
Files
go-inbucket/themes/integral/templates/root/index.html
James Hillyerd 71bb52a64a Added partial templates
mailbox/list now renders
2012-10-21 12:42:54 -07:00

20 lines
495 B
HTML

{{define "title"}}Inbucket{{end}}
{{define "script"}}{{end}}
{{define "menu"}}
<div id="logo">
<h1><a href="/">inbucket</a></h1>
<h2>email testing service</h2>
</div>
{{end}}
{{define "content"}}
<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>
{{end}}