{% load i18n easy_thumbnails_tags aircox %} {% comment %} List item for a page Context variables: - object: the object to render - render_card: render as card - is-primary: render as primary - has_headline (=False): if True, display headline - has_cover (=True): hide page cover - is_thin (=False): if True, smaller cover and display less info {% endcomment %} {% block outer %}
{% block inner %}
{% block headings %}
{% block subtitle %}{% endblock %}
{% endblock %}

{% block title %}{% endblock %}

{% block content %} {% if content and with_content %} {% autoescape off %} {{ content|striptags|truncatewords:64|linebreaks }} {% endautoescape %} {% endif %} {% endblock %}
{% block actions %} {% endblock %}
{% endblock %} {% if with_container %} {% endif %}
{% endblock %}