{% extends 'layout.html' %} {% block content %}
{% include 'storage.html' %}
{% for c in project.collections %} {% set collection_config = project.collections[c]['config'] %}
{% endfor %}
{% endblock %}