{{ object.endnote|urlize }}
{% endif %} {% endblock %}{{ cat.category }}
{% endif %} {% endwith %} {% if object.kicker %}{{ object.kicker|typogrify }}
{% endif %}{{ object.title|typogrify }}
{% if object.subhead %}{{ object.subhead|typogrify }}
{% endif %} {% if object.source %}{{ object.source }}
{% endif %}{% endif %} {% for sidebar in object.related_sidebars.all|dictsort:'id' %} {% endfor %} {% if object.attachment_set.count %} {% endif %} {% for gallery in object.attach_galleries.all %} {% endfor %} {% block related_articles %} {% with object.get_related_articles as related %} {# first show directly related #} {% for a in related.related|slice:"3" %} {% endfor %} {# then more general related (from the same section) #} {% if related.from_section %}{{object.pull_quote|typogrify }}
More {{ object.get_section }}
-
{% for a in related.from_section|slice:"5" %}
- {{ a.title }} {% endfor %}