From c57494ae405ffbdd8ec45f74ef04ea85895f1bf7 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 15 Mar 2019 18:45:47 +0100 Subject: Port application to flask --- pastepy/templates/base.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pastepy/templates/base.html (limited to 'pastepy/templates/base.html') diff --git a/pastepy/templates/base.html b/pastepy/templates/base.html new file mode 100644 index 0000000..e208b6b --- /dev/null +++ b/pastepy/templates/base.html @@ -0,0 +1,20 @@ + + + + {{ config.PASTEBIN_NAME }}{% if title %} – {{ title }}{% endif %} + +{% block head %} +{% endblock %} + + +
+ +
+{% block content %} +{% endblock %} +
+
+ + -- cgit v1.2.3