compose-theme/layouts/_default/single.html
2024-07-26 17:08:59 +02:00

7 lines
173 B
HTML

{{- define "main" }}
<div class="content">
<h1>{{ .Title }}</h1>
{{ with .Params.description }}<div>{{ markdownify . }}</div>{{ end }}
{{- .Content }}
</div>
{{- end }}