{% extends 'base.html' %} {% block content %} {%- for content in contents %} {%- if 'head' in content %}

{{ content.head }}

{%- endif %} {%- if 'subhead' in content %}

{{ content.subhead }}

{%- endif %} {%- if 'raw' in content %}
{{ content.raw }} {{ content.translated }}
{%- endif %} {%- if 'img' in content %}

{{ content.img }}

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