mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-09 20:55:56 +00:00
Added partial templates
mailbox/list now renders
This commit is contained in:
19
themes/integral/templates/root/index.html
Normal file
19
themes/integral/templates/root/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
{{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}}
|
||||
|
||||
Reference in New Issue
Block a user