{%- macro render_rezept_post(post, from_index=false, section_class='-odd') -%} {{- '\n ' -}}
{%- if post.orf | default(false) -%} {#- Render recepie based on open recipe format defined in zutaten.yml -#} {%- for child in post.children -%} {%- if child._template == 'zutaten.yaml' -%} {%- if from_index -%} {{ '\n ' -}}

{{ child.recipe_name }}

{%- else -%} {%- include "zutaten/rezept.html" -%} {%- endif -%} {%- endif -%} {%- endfor -%} {%- include "macros/rezept_body.html" -%} {%- else -%} {%- include "macros/rezept_body.html" -%} {%- endif %} {{- '\n ' -}}
{%- endmacro -%}