{% extends "all_content/base.html" %} {% load cache typogrify_tags tango_time_tags %} {% block extra_title %} {{ destination }} {% if is_paginated and page_obj.number != 1 %} page {{ page_obj.number }} {% endif %} {% endblock %} {% block bodyclass %}section-front {% if page_obj.number == 1 %} first-page {% endif %} {% endblock %} {% block content %} {# To do: cache by destination, page (and maybe count within destination) #} {% include 'includes/generic_pagination.html' %} {% with object_list|slice:"0:4" as top_articles %}
{{ a.summary|truncatewords:"25" }}
{% firstof a.summary a.body|striptags|truncatewords:"60" %}