diff --git a/themes/bootstrap/templates/_base.html b/themes/bootstrap/templates/_base.html
new file mode 100644
index 0000000..7f396b2
--- /dev/null
+++ b/themes/bootstrap/templates/_base.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+ {{template "menu" .}}
+
+
+ {{with .ctx.Session.Flashes "errors"}}
+
+
Please fix the following errors and resubmit:
+
+ {{range .}}
+ - {{.}}
+ {{end}}
+
+
+ {{end}}
+ {{template "content" .}}
+
+
+
+
+
diff --git a/themes/bootstrap/templates/mailbox/_html.html b/themes/bootstrap/templates/mailbox/_html.html
new file mode 100644
index 0000000..1d10587
--- /dev/null
+++ b/themes/bootstrap/templates/mailbox/_html.html
@@ -0,0 +1 @@
+{{.body}}
diff --git a/themes/bootstrap/templates/mailbox/_list.html b/themes/bootstrap/templates/mailbox/_list.html
new file mode 100644
index 0000000..49a656e
--- /dev/null
+++ b/themes/bootstrap/templates/mailbox/_list.html
@@ -0,0 +1,12 @@
+{{$name := .name}}
+{{range .messages}}
+