{% if os_type == 'android' or os_type == 'ios' %} {% endif %} {% if os_type == 'macos' %} {% endif %} {% if os_type != 'android' and os_type != 'ios' %}
{% for icon in desktop_icons %}
{{ icon.title }}
{% endfor %}
{% endif %} {% for window in windows %}
{% if window.title_bar_style != 'hidden' %}
{% if window.icon %} {% endif %} {{ window.title }}
{% endif %}
{{ window.content }}
{% endfor %} {% if os_type != 'android' and os_type != 'ios' and os_type != 'macos' %} {% endif %} {% if os_type == 'macos' %}
{% for app in dock_state.pinned_apps %} {% endfor %} {% if dock_state.recent_apps and dock_state.pinned_apps %} {% endif %} {% for app in dock_state.recent_apps %} {% endfor %} {% if dock_state.pinned_folders and (dock_state.recent_apps or dock_state.pinned_apps) %} {% endif %} {% for folder in dock_state.pinned_folders %} {% endfor %}
{% endif %} {% if os_type == 'android' or os_type == 'ios' %} {% endif %}