forked from Bunteshaus/bunteshaus.de
6 lines
142 B
HTML
6 lines
142 B
HTML
|
{{ define "content" }}
|
||
|
{{ if ne .Content "" }}
|
||
|
{{ partial "snippets/content" (dict "content" .Content) }}
|
||
|
{{ end }}
|
||
|
{{ end }}
|