aboutsummaryrefslogtreecommitdiff
path: root/pyenc/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyenc/templates/index.html')
-rw-r--r--pyenc/templates/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyenc/templates/index.html b/pyenc/templates/index.html
new file mode 100644
index 0000000..c10449b
--- /dev/null
+++ b/pyenc/templates/index.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% block content %}
+<h1>Puppet Classifier</h1>
+<p>Something might show up here if you click the sidebar...</p>
+{% endblock %}
+{# ft:jinja #}