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

weru
30.36.2021 08ddfe2db36ae6ed7c85f24a4c5e7276c24cc440
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 }}