{% macro recipe_item(id, title, class) %} {% if title == "" %} {{ tr.t(Sentence::UntitledRecipe) }} {% else %} {{ title }} {% endif %} {% endmacro %}