{% extends "base.html" %} {% load i18n %} {% load theme %} {% load pytils_dt %} {% load pytils_numeral %} {% load bookmarks %} {% block title %}Featured posts{% endblock %} {% block content %} {% for object in object_list %}

{{ object.name|typogrify }}

{{ object.teaser }} {% trans "continue reading" %}
{% endfor %} {% endblock %}