{#- HTML Rendering des Rezept aus dem zutaten.yaml template für die Detailseite des Rezepts. -#} {%- for child in post.children -%} {%- if child._template == 'zutaten.yaml' -%} {{- '\n ' -}}
{{- '\n ' -}}
{{- '\n ' -}} {%- if child.recipe_uuid is defined and child.recipe_uuid != "" -%}

{%- else -%}

{%- endif -%} {%- if child.recipe_name and child.recipe_name != "" -%} {{ child.recipe_name }}

{%- else -%} {{ child.title }} {%- endif -%} {%- if child.servings is defined and child.servings != "" -%} {%- if child.servings.blocks != [] -%} {%- include "zutaten/zutaten.html" -%} {%- endif -%} {%- endif -%} {{- '\n ' -}}
{{- '\n ' -}}
{%- endif -%} {#- Rezept Schritte... -#} {%- if child.steps is defined and child.steps.blocks is defined and child.steps != "" -%} {%- if child.steps.blocks is defined and child.steps.blocks != "" and child.steps.blocks != [] -%} {{- '\n ' -}}
{{- '\n ' -}}
{{- '\n ' -}}

Zubereitung

{{- '\n ' -}} {{- '\n ' -}}
{{- '\n ' -}}
{%- endif -%} {%- endif -%} {%- if child.oven is defined and child.oven != "" and child.oven.blocks or child.oven_type is defined and child.oven_type != "" or child.oven_time is defined and child.oven_time != "" -%} {{- '\n ' -}}
{{- '\n ' -}}
{{- '\n ' -}}

Backhinweise

{{- '\n ' -}} {{- '\n ' -}}
{{- '\n ' -}}
{%- endif -%} {#- {%- if child.source_authors is defined and child.source_authors != "" -%} {{ '\n \n source_authors:'}} "{{ child.source_authors }}" {%- endif -%} {%- if child.x_license is defined and child.x_license != "" -%} {{ '\n X-License:' }} "{{ child.x_license }}" {%- endif -%} {{ '\n source_url:' }} "{{ '../'|url(external=true) }}" -#} {#- source: "https://open-recipe-format.readthedocs.io/en/latest/topics/tutorials/walkthrough.html" -#} {%- endfor -%}