From 803d20968fea1e25a298aa3b4e670d5670995e0d Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 5 Dec 2011 22:38:43 -0500 Subject: Added as example app --- templates/new_paste.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/new_paste.html (limited to 'templates/new_paste.html') diff --git a/templates/new_paste.html b/templates/new_paste.html new file mode 100644 index 0000000..31bf41a --- /dev/null +++ b/templates/new_paste.html @@ -0,0 +1,9 @@ +{% extends "layout.html" %} +{% block title %}New Paste{% endblock %} +{% block body %} +

New Paste

+
+
+

+

+{% endblock %} -- cgit