mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-28 16:55:32 +00:00
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
<title>
|
|
{{ .site.title }} –
|
|
{{ if .result -}}{{ .result.Agent.Name }}{{ else -}}Einzelpersonenansicht{{- end -}}
|
|
</title>
|
|
<meta
|
|
name="description"
|
|
content="Musenalm: {{ if .result -}}
|
|
{{ .result.Agent.Name }}
|
|
{{ else -}}
|
|
Einzelpersonenansicht
|
|
{{- end -}}" />
|