summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/shortcodes/mdimporter.html
blob: 28b24fe21077fa4adb048c8604547818e6f4c83c (plain)
1
2
3
4
5
6
{{ $url := .Get "url"}}
{{ with resources.GetRemote (printf $url) }}
{{ .Content | markdownify }}
{{ else }}
{{ errorf "Mardown Importer Shortcode - Unable to get remote resource" . }}
{{ end }}