From 9df5016226fbcf72e135df22fb54ed54c4c5f29a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 13 Oct 2013 11:51:47 +0200 Subject: First prototype for the /article page. --- pyaggr3g470r/templates/article.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pyaggr3g470r/templates/article.html (limited to 'pyaggr3g470r/templates/article.html') diff --git a/pyaggr3g470r/templates/article.html b/pyaggr3g470r/templates/article.html new file mode 100644 index 00000000..9c4fe287 --- /dev/null +++ b/pyaggr3g470r/templates/article.html @@ -0,0 +1,12 @@ +{% extends "layout.html" %} +{% block content %} +
+
+

{{ article.title }}

+
{{ article.date }}
+
+
+ {{ article.content|safe }} +
+
+{% endblock %} \ No newline at end of file -- cgit