{{/* https://github.com/haideralipunjabi/hugo-shortcodes/tree/master/github */}} {{ $dataJ := getJSON "https://api.github.com/repos/" (.Get "repo") "/contents/" (.Get "file") }} {{ $con := base64Decode $dataJ.content }} {{ highlight $con (.Get "lang") (.Get "options") }} Complete source code: {{ print "https://github.com/" ( .Get "repo" ) "/blob/master/" (.Get "file" ) }}