Back to Prql

Section Cards

web/website/themes/prql-theme/layouts/partials/section-cards.html

0.13.12340 B
Original Source

{{ 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 }}