{% for entity in entities %}
{% if entity.isBook %} {% include "booktemplate.html" %} {% else %} {% if entity.isPage %} {% include "pagetemplate.html" %} {% endif %} {% endif %}
{% endfor %}