about summary refs log tree commit diff
path: root/templates/src/admin.rs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/src/admin.rs')
-rw-r--r--templates/src/admin.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/src/admin.rs b/templates/src/admin.rs
new file mode 100644
index 0000000..2837b34
--- /dev/null
+++ b/templates/src/admin.rs
@@ -0,0 +1,5 @@
+markup::define! {
+    AdminHome {
+        p { "This is an example admin homepage." }
+    }
+}