{# area needs its own copy of the widget options as #}
{# JSON, for adding new widgets #}
{%- set isSingleton = data.options.limit == 1 and data.options.type -%}
{%- for item in data.area.items -%}
{%- set widgetOptions = data.options.widgets[item.type] or {} -%}
{%- if data.canEdit -%}
{%- endif -%}
{% widget item, widgetOptions with data._with %}
{%- if data.canEdit -%}