{{/* This never really worked but its cool to be able to make shortcodes like this for use in MD */}}
{{ $image := .Page.Resources.GetMatch (printf "*%s" (.Get 0)) }}
{{ if $image }}
{{ else }}
Serverside shortcode Error, couldn't load {{ .Get 0 }}
{{ end }}