{{- $ratio := (split (.Get "ratio") ":") -}} {{- if strings.Contains .InnerDeindent "<--->" -}} {{- warnf "Columns shortcode seprator '<--->' is deprecated, use markdown list instead." -}}
{{- range $index, $content := split .InnerDeindent "<--->" -}} {{- $grow := default 1 (index $ratio $index) -}}
{{- $content | safeHTML -}}
{{- end -}}
{{- else -}} {{- if .Get "ratio" -}}{{- end -}}
{{ .Inner | safeHTML -}}
{{- end -}}