{#
Responsive Menu Jinja template file.
Safe to Copy
#}
Responsive Menu gives you the opportunity to use a selection of brilliant font icon packages or to
create your own custom ones. Currently we support the following:
For a guide on implementing icons in your menu and for more info please visit our dedicated doc page
here.
Menu Item
Icon
Type
{% set icons = options.menu_font_icons|json_decode %}
{% if icons is iterable %}
{% set icon_list = font_icons(icons) %}
{% for icon in icon_list %}
{% if icon.type %}