{% extends 'index.html.tpl' %} {% block css %} {% include 'edit-tools/css/dropzone' %} {% endblock %} {% block body %} {% include 'themes/'+config.theme+'/_nav.html' %} {% include 'admin/_menu-admin.html' %} {% macro print_colors() %} {% endmacro %} {% set bloc = header %} {% include 'themes/'+config.theme+'/header.html' ignore missing %} {% if bloc is defined %} {% endif %} {% for bloc in myblocs.values() %} {% if blocEdit == bloc.name %} {% include 'themes/'+config.theme+'/blocs/edit/'+bloc.type+'.html' %} {% else %} {% include 'themes/'+config.theme+'/blocs/'+bloc.type+'.html' %} {% endif %} {% endfor %} {% include '_flash_msgs.html' %} {% set bloc = footer %} {% include 'themes/'+config.theme+'/blocs/footer.html' ignore missing %} {% if bloc.name %} {% endif %} {% endblock %} {% block js %} {% endblock %}