type: markdown
content: >
{% set recipe = state_attr("sensor.weekly_recipes","recipes")[0] %}
{{ recipe.recipe_name}}
{{
recipe.recipe_time}}
{{ recipe.recipe_yield}}
Fremgangsmåde
{% for i in recipe.recipe_instructions %}
- {{ i.text}}
{% endfor %}
Ingredienser
{% for i in recipe.recipe_ingredients %}
- {{ i.note}}
{% endfor %}
Links