You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
418 B

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