{% extends "base.html" %} {% block title %}Recipes - Cook{% endblock %} {% block content %}
{% if !breadcrumbs.is_empty() %} {% endif %}

{{ current_name }}

{{ tr.t("new-recipe") }}
{% for item in items %} {% if item.is_directory %}
📁

{{ item.name }}

{% match item.count %} {% when Some with (count) %} {{ count }} recipes {% when None %} {% endmatch %}
{% else %} {% match item.image_path %} {% when Some with (img) %}
{{ item.name }}
{% endblock %}