2025-11-16 18:50:41 +01:00
|
|
|
{{ define "main" }}
|
|
|
|
|
<h2>{{ .Title }}</h2>
|
2025-11-19 11:16:40 +01:00
|
|
|
Bitte nicht hacken. Danke im Voraus.
|
2025-11-16 18:50:41 +01:00
|
|
|
<h3>Social Media</h3>
|
2025-11-19 11:16:40 +01:00
|
|
|
{{- partial "social-media.html" . -}}
|
|
|
|
|
{{ .Content }}
|
2025-11-16 18:50:41 +01:00
|
|
|
{{ end }}
|