Skip to content

In the php version, variables declared inside blocks are local #258

@raynor85

Description

@raynor85

For example:

{% block nav %}
{% set localVar = 2 %}
{% endblock %}

{{ localVar }}

It prints 2, but in the PHP version the variables declared inside a block are visible only in that block.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions