I just wanted to understand better the view
call in main.hmtl: what is the third parameter {controller_group: 'main'}
for in:
{{ view main_path, "title", {controller_group: 'main'} }}
Are there other options or parameters that can be passed to view
? Sorry if I've missed something in the docs.