{{ $id := string (.Get 0) }} {{ $url := printf "https://xkcd.com/%s/info.0.json" $id }} {{ with resources.GetRemote $url }} {{ $data := . | transform.Unmarshal }}
{{ $data.alt }}
Impossibile recuperare il fumetto xkcd #{{ $id }}.