I havent been able to find much information about how to use group authorization in twig.
Pseucode I would like to do:
{% if 'some group is authorized' %}
Authorized portions of the site
{% endif %}
The authorize function seems to only work for admin and user control.
Any help would be greatly appreciated.
Cheers,
Dave