Would be nice to have support for the expression-call based syntax for invoking macros: ```jinja {% import "other.jinja" as other %} {% macro test(title) %} stuff {% endmacro %} {{ test() }} {{ other::render() }} ```
Would be nice to have support for the expression-call based syntax for invoking macros: