From c0121b9b7f5041f6434a2e2dd24d3c68ed84b582 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 31 Jan 2013 20:08:20 +0200 Subject: Initial commit --- notes/templates/view.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 notes/templates/view.html (limited to 'notes/templates/view.html') diff --git a/notes/templates/view.html b/notes/templates/view.html new file mode 100644 index 0000000..a6d3473 --- /dev/null +++ b/notes/templates/view.html @@ -0,0 +1,15 @@ +{% extends request.is_ajax|yesno:"blank.html,index.html" %} +{% load markup %} + +{% block content %} +
+
+ Notes +

{{ note.title }}

+ Edit +
+
+

{{ version.content|restructuredtext }}

+
+
+{% endblock content %} -- cgit v1.2.3