{% macro submenu(elements, link, name) -%} {% if elements %}
  • {{name}}
  • {% endif %} {%- endmacro %}
    es.html'>
    path: root/theme/templates/categories.html
    blob: 0cd25d4daf2d4985760e19372aa61134d497cb17 (plain)
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17