{{ $inn := .Inner | $.Page.RenderString }}
{{- range $g := (split $inn "\n") -}} {{- if hasPrefix $g "{r}" -}}
{{- substr $g 3 | htmlUnescape | safeHTML -}}
{{- else if hasPrefix $g "{g}" -}}
{{- range (split (substr $g 3) "|") -}} {{- with . -}}
{{- range (split . "," ) -}}
{{- . | htmlUnescape | safeHTML -}}
{{- end -}}
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}
{{ with .Get 0 }}{{ . }}{{ end}}