From 0882d73ca1ba4c84ce24c946548c80d9e4d1c04e Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Sat, 30 Jan 2010 19:19:30 +0000 Subject: added topics to posts --- templates/archives/topics.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 templates/archives/topics.html (limited to 'templates/archives/topics.html') diff --git a/templates/archives/topics.html b/templates/archives/topics.html new file mode 100644 index 0000000..2e4802e --- /dev/null +++ b/templates/archives/topics.html @@ -0,0 +1,39 @@ +{% extends 'base.html' %} +{% load typogrify %} +{% load pagination_tags %} + +{% block pagetitle %}Luxagraf | {% if region %}Travel Writing from {{region.name|title|smartypants|safe}}{%else%}Travel Writing from Around the World {%endif%}{% endblock %} +{% block metadescription %}{% if region %}Travel writing, essays and dispatches from {{region.name|title|smartypants|safe}}{%else%}Travel writing, essays and dispatches from around the world{%endif%}{% endblock %} +{%block bodyid%}id="writing"{%endblock%} + + +{% block primary %} +
+

{{topic.header}}

+ { View All Writing } + + +
+
    {% paginate %} +
+
+
+{% endblock %} + + + -- cgit v1.2.3