Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

let instead of set? typo? #31

Open
panosru opened this issue Jun 8, 2012 · 1 comment
Open

let instead of set? typo? #31

panosru opened this issue Jun 8, 2012 · 1 comment

Comments

@panosru
Copy link

panosru commented Jun 8, 2012

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 }}
@ceymard
Copy link
Member

ceymard commented Jun 9, 2012

It is indeed a typo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants