mirror of https://github.com/onweru/compose.git

Lauris BH
29.32.2023 27b84dc22eb86e4d2bb38c8a64410c524b409f65
1
2
3
4
5
6
7
{{- define "main" }}
<div class="content">
    <h1>{{ .Title }}</h1>
    {{ with .Params.description }}<div>{{ markdownify . }}</div>{{ end }}
  {{- .Content }}
</div>
{{- end }}