From b0f842d3bfd695b7fc8537ad73ae3711d4bf380c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 28 Oct 2013 01:28:02 +0100 Subject: Updated /articles page. --- pyaggr3g470r/templates/articles.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyaggr3g470r/templates/articles.html') diff --git a/pyaggr3g470r/templates/articles.html b/pyaggr3g470r/templates/articles.html index 3737b24e..7c81d0a5 100644 --- a/pyaggr3g470r/templates/articles.html +++ b/pyaggr3g470r/templates/articles.html @@ -1,6 +1,9 @@ {% extends "layout.html" %} {% block content %}
+
+

{{ feed.title }}

+
{% for number in range(0, feed.articles|length-2, 3) %}
{% for n in range(number, number+3) %} -- cgit