category Function

Provides a single category from the site’s catalog. For available filter options, see Category Resource.

{% set my_category = category('example_id', {...}) %}
{{ my_category.name }}
{% for item in my_category.items %}
	{{ item.name }}
{% endfor %}