{{ with .Parent }} {{ $id := $.Get "id" | default (printf "td-block-%d" ( add .Ordinal 1 )) }} {{ $color := $.Get "color" | default "blue" }} {{ else }} {{ errorf "The link-down shortcode is supposed to be nested inside a shortcode"}} {{ end }}