{% if widget._header_left_content %}
{{{ widget._header_left_content }}}
{% endif %} {% if widget._header_right_content %}
{{{ widget._header_right_content }}}
{% endif %} {% for column_data in widget._columns_data %} {% if column_data.is_widget %}
{{{ column_data.widget_html }}}
{% else %}
{% endif %} {% endfor %}