{# [ Projects ] [ Figures ] ... -- the strip only exists once something else
is on it. A single tab reading "Projects" beside nothing is a control
that does not control anything, so a core-only build renders no strip at
all rather than a degenerate one. #}
{% set page_tabs = data.plugin_nav_items | selectattr('menu', 'equalto', 'open_project') | list %}
{% if page_tabs %}
Projects
{% for item in page_tabs %}
{{ item.label }}
{% endfor %}