{{ $mode := .Get 0 }}{{ $opt := .Get 1 }} {{ $img_on := ( printf "%s%s" $.Page.Site.BaseURL "img/on-off/switch-on-icon_smal.png" )}} {{ $img_off := ( printf "%s%s" $.Page.Site.BaseURL "img/on-off/switch-off-icon_smal.png" )}} {{ if eq $mode "on" }} On {{ else if eq $mode "off"}} Off {{ else if eq $mode "imgping" }} {{ with $opt }} {{ $id := md5 $opt }} Off {{ else }} Ned URL to image {{ end }} {{ else }} ??? {{ end }}