{# /** * @file * Template implementation for the type_tray_page theme hook. * * Available variables: * - items: An associative array of content types to be listed, where keys are * category machine names, and values are arrays of type teasers, keyed by * type ID. * - layout: How the page should be laid out, either 'list' or 'grid'. * - category_labels: An associative array where keys are category machine * names, and values their user-facing labels. * - node_add_page_url: A URL for the node add page using the routing system. */ #}
{% for category, categ_types in items %}

{{ category_labels[category] }}

{% endfor %}