{# 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 = aposFind(options.userOptions.orientation.choices, 'name', item.orientation).css %} {% endif %}