Skip to content

Support expression-call syntax for macros #517

@seijikun

Description

@seijikun

Would be nice to have support for the expression-call based syntax for invoking macros:

{% import "other.jinja" as other %}

{% macro test(title) %}
    stuff
{% endmacro %}

{{ test() }}
{{ other::render() }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions