I have a volt file, and this line is generating an exception:
Phalcon\Mvc\View\Exception: Syntax error, unexpected token ENDMACRO()
{%- macro ancestorPermissions(permissions) %}
{%- endmacro %}
That's not truncated code - it's the actual code that's generating the error.
What am I missing?