{{ recipe.title }}
{{ lf -}}{{ lang.heading_ingredients }}
{{ lf -}} {{- list::list(tag = "ul", list = recipe.ingredients) -}}{{ lang.heading_notes }}
{{ lf -}}- {{ lf }}
{%- for note in recipe.notes -%}
- {{ note }} {{ lf }} {%- endfor -%}
{{ lang.heading_instructions }}
{{ lf -}} {{ list::list(tag = "ol", list = recipe.instructions) -}}{%- if source.author is defined -%} {{ lang.metadata_author }}: {%- elif source.book is defined -%} {{ lang.metadata_source }}: {{ source.book }} {%- else -%} {{ lang.metadata_source }}: {{ source.link.name }} {%- endif -%}
{{ lf -}}