So far I have failed with split
and first
. Are all these functions supported? If not, is there a subset of what is supported?
Using slice like this
{{$sliceId:= split "12333-ASSDDSW" "-"}}
and then to display
{{ index $sliceId 0 }}
So far I have failed with split
and first
. Are all these functions supported? If not, is there a subset of what is supported?
Using slice like this
{{$sliceId:= split "12333-ASSDDSW" "-"}}
and then to display
{{ index $sliceId 0 }}