{% load static %} Preview
{% if testthing %} {% for object in testthing %} {% if object.0 == 'header' %} {% if forloop.counter == 1 %} {{object.1}} {% else %} {{object.1}} {% endif %} {% endif %} {% endfor %} {% endif %}

{% if testthing %} {% for object in testthing %} {% if object.0 == 'header' %}
{% if forloop.counter == 1 %}
{% else %}


{% endif %} {% endif %} {% if object.0 == 'text' %}

{{object.1}}
{% endif %} {% if object.0 == 'img' %} {% for picture in object.1 %} imgg {% endfor %} {% endif %} {% endfor %} {% endif %} {% if authtor %}
{% endif %}
{{date}}

{% csrf_token %}