summaryrefslogtreecommitdiff
path: root/app/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/home.html')
-rw-r--r--app/templates/home.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/templates/home.html b/app/templates/home.html
new file mode 100644
index 0000000..e640325
--- /dev/null
+++ b/app/templates/home.html
@@ -0,0 +1,5 @@
+{% extends 'base/layout.html' %}
+
+{% block content %}
+ User Homepage
+{% endblock %}