mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
{{ if and .result .result.Entry }}
|
|
<title>Musenalm – result.Entry.PreferredTitle</title>
|
|
<meta name="description" content="Almanach: {{ .result.Entry.PreferredTitle }}" />
|
|
{{ else }}
|
|
<title>Musenalm – Almanach</title>
|
|
{{ end }}
|