{##}
{% if menuModule %} {% endif %} {% if sidebar and sidebarPosition != 'bottom' %} {% for code in page.extraSidebar %} {% if code is not empty %}
{{ code|raw }}
{% endif %} {% endfor %} {% endif %} {% if sidebar and sidebarContents is iterable %} {% for sidebarContent in sidebarContents %} {% if sidebarContent %}
{{ sidebarContent|raw }}
{% endif %} {% endfor %} {% elseif sidebar and sidebarContents %}
{{ sidebarContents|raw }}
{% endif %} {% if menuModule %} {% endif %} {% if sidebar and sidebarPosition == 'bottom' %} {% for code in page.extraSidebar %}
{{ code|raw }}
{% endfor %} {% endif %}