mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06: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 }}
|