mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-10 13:15:56 +00:00
Copy integral templates into bootstrap theme
This commit is contained in:
12
themes/bootstrap/templates/root/index.html
Normal file
12
themes/bootstrap/templates/root/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{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"}}{{.greeting}}{{end}}
|
||||
Reference in New Issue
Block a user