7 lines
179 B
HTML
7 lines
179 B
HTML
{{ define "main" }}
|
|
<h2>{{ .Title }}</h2>
|
|
Bitte nicht hacken. Danke im Voraus.
|
|
<h3>Social Media</h3>
|
|
{{- partial "social-media.html" . -}}
|
|
{{ .Content }}
|
|
{{ end }} |