{% extends 'base.html' %} {% block content %} {% for content in latest_content_list %} {% if forloop.counter == 4 %}

{{content.title}}

{{ content.datestart }}
Camp Roof

{{content.body|striptags|truncatechars:250}} read more

{% endif %} {% endfor %}
{% for content in latest_content_list %} {% if content.type_id == 1 %}
{{ content.title }}
{{ content.formatted_header|safe }}
{% endif %} {% if content.type_id == 0 %}
{{ content.title }}
{% endif %} {% endfor %}
{% endblock %}