{% if window.icon %}
{% endif %}
{{ window.title }}
{% endif %}
{{ window.content }}
{% endfor %}
{% 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 %}