<h1>{{ directory.getTitle() }} <small>debug dump</small></h1>

{% for object in collection %}
    {% render object layout: layout %}
{% endfor %}
