{%- macro render_rezept_post(post, from_index=false, section_class='-odd') -%} {{- '\n ' -}}
{{- '\n ' -}}
{{- '\n ' -}}
{%- if from_index -%} {{- '\n ' -}}

{{ post.title }}

{%- else -%} {{- '\n ' -}}

{{ post.title }}

{% endif %} {{- '\n ' -}}
{{- '\n ' -}} {{- '\n ' -}}
{{- '\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 -%} {%- endif %} {{- '\n ' -}}
{{- '\n ' -}}
{{- '\n ' -}} {{- post.body -}} {{- '\n ' -}}
{{- '\n ' -}}
{{- '\n ' -}}
{%- endmacro -%}