{{ if .enable }}

{{ .title | markdownify }}

{{ range .sections }}
{{ if and .link .label }}

{{/* We recreate the markdown so external links will parse & display as such. */}} {{ print "[" .label "]" "(" .link ")" | markdownify }}

{{ else }}

{{ .label }}

{{ end }} {{ .text | markdownify }}
{{ end }}
{{ end }}