From 92808823a34cabb29b85ae2550e83ef39fc132a6 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Tue, 1 Feb 2011 19:42:53 +0000 Subject: Add the waterspill theme, thanks to Freeculture. --- waterspill/templates/categories.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 waterspill/templates/categories.html (limited to 'waterspill/templates/categories.html') diff --git a/waterspill/templates/categories.html b/waterspill/templates/categories.html new file mode 100644 index 0000000..b32f5cb --- /dev/null +++ b/waterspill/templates/categories.html @@ -0,0 +1,18 @@ +{% extends "base.html" %} +{% block content %} + +
+ {% if articles %} + {% for article in articles %} + {% if loop.index == 1 %} + + {% endif %} + {% endfor %} + {% endif %} +
+ +{% endblock %} -- cgit