{% from "list.html" import build_list %} {{ c.config.project_name }}{% block title %}{% endblock %} {% for resource in c.resources %} {% if resource['type'] == 'style' %} {% endif %} {% endfor %} {% block headers %}{% endblock %} {{ build_list(c) }}
{% block content %}{% endblock %}
{% block debug %}{% endblock %} {% block script %}{% endblock %} {% for resource in c.resources %} {% if resource['type'] == 'script' %} {% endif %} {% endfor %}