{% extends 'base.html' %} {% block content %} {% for content in content %} {% if forloop.first %}
{% if content.image %} {% endif %}

{{content.title}}

{{content.header|striptags}}

{{content.body|striptags}}

{% endif %} {% endfor %}
{% for content in content %}
{{ content.title }}

{{content.header|striptags|truncatechars:100}}

{% endfor %}
{% endblock %}