{% 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 %} {% set bloc = footer %} {% include 'themes/'+config.theme+'/blocs/footer.html' %} {% endblock %} {% include 'themes/'+config.theme+'/javascript.html' %} {% block js %} {% endblock js %}