{% extends 'base.html' %} {% block content %} {% for content in homepage %}

{{content.title}}

{{content.header}}

{{content.body}}

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

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

{% endif %} {% endfor %}
{% endblock %}