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