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

{{ content.head }}

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

{{ content.subhead }}

{% endif %} {% if 'en' in content %}
{{ content.en }}{{ content.ja }}
{% endif %} {% if 'img' in content %}

{{ content.img }}

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