{% macro sections(sections, section) %} {% import _self as self %}
  • {{ section.icon ? icon(section.icon)|raw }} {{ trans(section.title)|raw }} {% if section.label %} {{ trans(section.label)|raw }} {% endif %} {% if section.highlighted %} {% endif %}
  • {% endmacro %}