In that case you could grab the first author? Something like this would do that:
{{#get "authors" limit="1"}}
{{#foreach authors}}
{{name}}
{{/foreach}}
{{/get}}
In that case you could grab the first author? Something like this would do that:
{{#get "authors" limit="1"}}
{{#foreach authors}}
{{name}}
{{/foreach}}
{{/get}}