{%- extends "_layout.swig" -%} {%- block title -%} {{ __('menu.categories') }} - {{ config.title }} {%- endblock -%} {%- block content -%}
{{ _p('counter.categories', site.categories.length) }}
{{ list_categories({style: null, separator: ' ', depth: '-1'}) }}
{%- endblock -%}