{% macro recipe_item(id, title, class) %} {% if title == "" %} {# TODO: Translation #} Untitled recipe {% else %} {{ title }} {% endif %} {% endmacro %}
{% if !recipes.unpublished.is_empty() %} Unpublished recipes {% endif %} {% if !recipes.unpublished.is_empty() %}
{% endif %}