{% include config.theme+'/_head.html' %} {% block css %} {% endblock %}
{% block body %} {% include config.theme+'/_nav.html' %} {% for bloc in myblocs.values() %} {% include config.theme+'/blocs/_'+bloc.type+'.html' %} {% endfor %} {% endblock %} {% include config.theme+'/javascript.html' %} {% block js %} {% endblock js %}