";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
diff --git a/views/layouts/blank/root.gohtml b/views/layouts/blank/root.gohtml
index a27b455..9293675 100644
--- a/views/layouts/blank/root.gohtml
+++ b/views/layouts/blank/root.gohtml
@@ -43,9 +43,10 @@
-
+
+
{{ block "body" . }}
-
+
{{ end }}
diff --git a/views/routes/beitrag/head.gohtml b/views/routes/beitrag/head.gohtml
index 8fdb85b..3055ac2 100644
--- a/views/routes/beitrag/head.gohtml
+++ b/views/routes/beitrag/head.gohtml
@@ -3,8 +3,8 @@
Musenalm – {{ .result.Entry.PreferredTitle }},
{{ if .result.Content.TitleStmt -}}
{{ .result.Content.TitleStmt }}
- {{ else if .result.Content.Incipit -}}
- {{ .result.Content.Incipit }}
+ {{ else if .result.Content.IncipitStmt -}}
+ {{ .result.Content.IncipitStmt }}
{{ else -}}
Nr.
{{ .result.Content.MusenalmID }}
@@ -15,8 +15,8 @@
content="Almanach: {{ .result.Entry.PreferredTitle }},
{{ if .result.Content.TitleStmt -}}
{{ .result.Content.TitleStmt }}
- {{ else if .result.Content.Incipit -}}
- {{ .result.Content.Incipit }}
+ {{ else if .result.Content.IncipitStmt -}}
+ {{ .result.Content.IncipitStmt }}
{{ else -}}
Nr.
{{ .result.Content.MusenalmID }}
diff --git a/views/routes/body.gohtml b/views/routes/body.gohtml
index d57c48b..7a2d4c3 100644
--- a/views/routes/body.gohtml
+++ b/views/routes/body.gohtml
@@ -1,5 +1,5 @@
{{- $model := . -}}
-