{# Responsive Menu Jinja template file. Safe to Copy #}
Drag the header bar items left and right to re-order how they appear on the front end. You can also click to turn them on or off.
Leaving the relevant options empty below will effectively turn them off.
    {% for key, selected in header_bar_items(options.header_bar_items_order|json_decode) %}
  • {{ key|title }}
  • {% endfor %}