{% extends "creative/layout.html" %} {% block body %} {% include 'creative/_nav.html' %} {% for bloc in myblocs.values() %} {% include 'creative/_'+bloc.type+'.html' %} {% endfor %} {% endblock %}