home · contact · privacy
Add Jinja2 templating, and requirements.txt infrastructure.
[plomtask] / templates / index.html
diff --git a/templates/index.html b/templates/index.html
new file mode 100644 (file)
index 0000000..72d81d4
--- /dev/null
@@ -0,0 +1,5 @@
+{% extends 'base.html' %}
+
+{% block content %}
+Hi there!
+{% endblock %}