{{ range ( split .Inner "\n" ) }} {{ with . }}
  1. {{ range $i, $chunk := ( split . "::" ) }} {{ if or $chunk "s" }} {{ if eq $i 0 }}
    {{- $chunk | markdownify -}}
    {{ else }}
    {{- print " " ( $.Get "sep" | default ":" ) " " -}}
    {{- $chunk | markdownify -}}
    {{ end }} {{ end }} {{ end }}
  2. {{ end }} {{ end }}