aboutsummaryrefslogtreecommitdiff
path: root/assets/templates/markdown.yaml
blob: 109f5a164cdc2301f1955e6826b344141c620b89 (plain)
1
2
3
4
5
6
7
8
9
---
{{ range $key, $value := . -}}
{{- if ne $key "content" -}}
{{- $key }}: {{ $value }}
{{ end -}}
{{- end -}}
---

{{ .content }}