fediversity_website/themes/nluug/layouts/_default/single.html

4 lines
58 B
HTML
Raw Normal View History

2023-05-07 12:58:09 +02:00
{{ define "main" }}
2023-05-10 20:16:35 +02:00
<div>{{ .Content }}</div>
{{ end }}