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

Jorge Maldonado Ventura
08.53.2023 42071dfca4411bf4ce638c14c3bbbb53a830c905
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 }}