docs/layouts/shortcodes/include.html

6 lines
102 B
HTML

{{$file := .Get "file"}}
{{- with .Site.GetPage $file -}}
{{- .Content | markdownify -}}
{{- end -}}