mirror of
https://github.com/zoriya/blowfish.git
synced 2026-06-04 19:25:57 +00:00
6 lines
194 B
HTML
6 lines
194 B
HTML
{{ $url := .Get "url"}}
|
|
{{ with resources.GetRemote (printf $url) }}
|
|
{{ .Content | markdownify }}
|
|
{{ else }}
|
|
{{ errorf "Mardown Importer Shortcode - Unable to get remote resource" . }}
|
|
{{ end }} |