diff --git a/content/rezept/klassisch/contents.lr b/content/rezept/klassisch/contents.lr
index d09be94..04cd930 100644
--- a/content/rezept/klassisch/contents.lr
+++ b/content/rezept/klassisch/contents.lr
@@ -2,10 +2,7 @@ title: klassischer Waffelteig
---
author: L3D
---
-body:
-
-Der klassischer Waffelteig ist zu finden auf:
-[rezept.yaml](rezept.yaml)
+body:
---
pub_date: 2021-07-19
---
diff --git a/content/rezept/klassisch/rezept.yaml/contents.lr b/content/rezept/klassisch/rezept.yaml/contents.lr
index 9e2d013..521b62d 100644
--- a/content/rezept/klassisch/rezept.yaml/contents.lr
+++ b/content/rezept/klassisch/rezept.yaml/contents.lr
@@ -56,8 +56,12 @@ notes:
##### flow_notes #####
note: Statt Eier sollte man, wenn möglich, Vollei verwenden
+-----
+html:
##### flow_notes #####
-note: Eier nicht im Orginalkaton lagern
+note: Eier möglichst nicht im Orginalkaton lagern
+-----
+html:
----
substitutions:
#### flow_ingredients ####
@@ -82,6 +86,8 @@ notes:
##### flow_notes #####
note: 1l Vollei entspricht 20 Eiern
+-----
+html:
----
substitutions:
#### flow_ingredients ####
@@ -176,6 +182,8 @@ notes:
note:
Backpulver vergrößert das Volumen des Teigs
+-----
+html: yes
----
substitutions:
#### flow_ingredients ####
@@ -200,6 +208,8 @@ notes:
##### flow_notes #####
note: Wenn möglich Frischmilch verwenden
+-----
+html: no
----
substitutions:
#### flow_ingredients ####
@@ -267,6 +277,8 @@ notes:
###### flow_notes ######
note: Alternativ zu Sprudel kann auch fast jedes andere Kohlensäurehaltige Getränk verwendet werden.
+------
+html:
#### flow_ingredients ####
ingredient: Rum
----
@@ -280,6 +292,8 @@ notes:
##### flow_notes #####
note: optional
+-----
+html: yes
----
substitutions:
#### flow_ingredients ####
@@ -382,3 +396,5 @@ notes:
##### flow_notes #####
note: Waffeln optional zB. mit Puderzucker und Apfelmus verzieren.
+-----
+html:
diff --git a/flowblocks/flow_notes.ini b/flowblocks/flow_notes.ini
index 0e5aef4..7d807f0 100644
--- a/flowblocks/flow_notes.ini
+++ b/flowblocks/flow_notes.ini
@@ -3,5 +3,11 @@ name = Notizen und Details
button_label = Notizen und Details
[fields.note]
-label = Notiz
+label = Notiz zur Zutat
type = string
+width = 3/4
+
+[fields.html]
+type = boolean
+width = 1/4
+label = hide in HTML version
diff --git a/models/rezept-post.ini b/models/rezept-post.ini
index b77a7b2..e3c4963 100644
--- a/models/rezept-post.ini
+++ b/models/rezept-post.ini
@@ -26,11 +26,12 @@ width = 1/2
[fields.orf]
label = Render from Open Recepie Format
-description = Render recepie with data from the ORF childpage
+description = Render recepie with data from the ORF childpage. (create/open childpage and follow instruction for more)
type = boolean
[fields.body]
-label = Body
+label = Rezept Body
+description = Freitextfeld für weitere Angaben zum Rezept
type = markdown
[fields.weight]
diff --git a/templates/macros/rezept.html b/templates/macros/rezept.html
index 90eca1e..943214f 100644
--- a/templates/macros/rezept.html
+++ b/templates/macros/rezept.html
@@ -1,18 +1,5 @@
{%- macro render_rezept_post(post, from_index=false, section_class='-odd') -%}
{{- '\n ' -}} {{ post.title }}
- {%- else -%}
- {{- '\n ' -}} {{ post.title }}
- {% endif %}
- {{- '\n ' -}}
- {{- '\n ' -}}
- {{- '\n ' -}}