compose-theme/layouts/_default/single.html

8 lines
173 B
HTML
Raw Permalink Normal View History

2024-07-26 17:08:59 +02:00
{{- define "main" }}
<div class="content">
<h1>{{ .Title }}</h1>
{{ with .Params.description }}<div>{{ markdownify . }}</div>{{ end }}
{{- .Content }}
</div>
{{- end }}