From 46832b96a5ed60a1299f4450a01688d74e56d17e Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 24 Mar 2017 21:53:13 +0100 Subject: Replaced cheetah templates with jinja2 templates. --- templates/paste.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 templates/paste.html (limited to 'templates/paste.html') diff --git a/templates/paste.html b/templates/paste.html new file mode 100644 index 0000000..e22f76d --- /dev/null +++ b/templates/paste.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} +{% block head %} + +{% endblock %} +{% block content %} +
+ +
+{% endblock %} -- cgit v1.2.3