From 03c9d0b595432c19f6a5351570f19b99d417ac25 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 4 Jul 2013 00:15:35 +0300 Subject: Initial commit --- docs/templates/docs_view.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/templates/docs_view.html (limited to 'docs/templates/docs_view.html') diff --git a/docs/templates/docs_view.html b/docs/templates/docs_view.html new file mode 100644 index 0000000..54a4fc0 --- /dev/null +++ b/docs/templates/docs_view.html @@ -0,0 +1,8 @@ +{% extends "default.html" %} +{% load motor_tags %} + +{% block main %} + Last updated: {{ article.updated_at|date:"SHORT_DATE_FORMAT" }} +

{{ article.title }}

+ {{ article.content|markdown }} +{% endblock main %} -- cgit v1.2.3