summaryrefslogtreecommitdiff
path: root/app/templates/base
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/base')
-rw-r--r--app/templates/base/home.html1
-rw-r--r--app/templates/base/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/app/templates/base/home.html b/app/templates/base/home.html
index 357a399..14dd441 100644
--- a/app/templates/base/home.html
+++ b/app/templates/base/home.html
@@ -1,4 +1,5 @@
{% extends 'base.html' %}
{% block content %}
+ User Homepage
{% endblock %}
diff --git a/app/templates/base/index.html b/app/templates/base/index.html
index 357a399..3e91518 100644
--- a/app/templates/base/index.html
+++ b/app/templates/base/index.html
@@ -1,4 +1,5 @@
{% extends 'base.html' %}
{% block content %}
+ Index Page
{% endblock %}