{% if features.show_shopping_list || features.show_pantry %}
{{ tr.t("nav-recipes") }}
{% if features.show_shopping_list && !static_mode %}
{{ tr.t("nav-shopping-list") }}
{% endif %} {% if features.show_pantry && !static_mode %}
{{ tr.t("nav-pantry") }}
{% endif %}
{% endif %} {% if !static_mode %}
⚙️
{% endif %}
{% if features.show_shopping_list || features.show_pantry %}
🍳
{{ tr.t("nav-recipes") }}
{% if features.show_shopping_list && !static_mode %}
🛒
{{ tr.t("nav-shopping-list") }}
{% endif %} {% if features.show_pantry && !static_mode %}
🥫
{{ tr.t("nav-pantry") }}
{% endif %}
{% endif %} {% if !static_mode %}
⚙️
Preferences
{% endif %}
Keyboard Shortcuts
Toggle Theme
{% block content %}{% endblock %}
{% if static_mode %} {% endif %}
{% if !static_mode %} {% else %} {% endif %} {% block scripts %}{% endblock %}