For example I have an array: var arr = ['a', 'b'] and want to get only first element in template
Use {{arr.[0]}}.
{{arr.[0]}}
See Blaze docs.