{# If this item type is a widget output a standard widget wrapper, with data attributes #} {%- if options.widget -%} {% if options.widgetClass %} {% set widgetClass = options.widgetClass %} {% endif %} {% if item.orientation %} {% set orientation = item.orientation %} {% endif %}