Skip to content

let instead of set? typo? #31

Description

@panosru

Just wondering, you have let tag instead of set tag, is it a typo?

For instance this:

{% set foo = 'something' %}
foo is {{ foo }}

throws Error: Unexpected tag : 'set'

this works fine:

{% let foo = 'something' %}
foo is {{ foo }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions