{% set wide = true %} {% extends "layout.html" %} {% block content %} {% include "components/search_form.html" %}
/ {% with cum = "/d" %} {% for part in path %} {% set cum = cum ~ "/" ~ part %} {{ part }} {% if not loop.last %} / {% endif %} {% endfor %} {% endwith %}
{% for folder in folders %}

{{ folder.name }}

{% endfor %}
{% if folders is not empty %}
{% endif %} {% include "components/recipe_grid.html" %}
{% endblock %} {% block toasts %} {% from "atoms.html" import toast %} {% if deleted %}
{{ toast(t("hotReload.deleted", name=deleted), "red") }}
{% endif %} {% endblock %}