{{ $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" }}
{{ else if eq $mode "off"}}
{{ else if eq $mode "imgping" }}
{{ with $opt }}
{{ $id := md5 $opt }}
{{ else }}
Ned URL to image
{{ end }}
{{ else }}
???
{{ end }}