{% extends "base.html" %} {% block sidecontent %}

Recent articles

    {% set cnt = 0 %} {% for article in articles_page.object_list %} {% if cnt < 3 %}
  1. {{ article.title }}
  2. {% endif %} {% set cnt = cnt +1 %} {% endfor %}
All articles... {% endblock %} {% block content %} {% block content_title %} {% endblock %} {% set cnt = 0 %} {% for article in articles_page.object_list %} {% if cnt < 2 %} {% if articles_page.has_previous() %} {% if cnt == 0 %}