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

clarify that the loop variable must be prefixed with $ #274

Merged
merged 1 commit into from
May 18, 2022

Conversation

paulovieira
Copy link
Contributor

This is clear from the examples, but can still be a bit confusing because this prefix is not necessary in other templating libraries. For instance, in nunjucks/jinja:

{% for person in people %}
{{ person }}
{% endfor %}

Thanks for this nice tool!

This is clear from the examples, but can still be a bit confusing because this prefix is not necessary in other templating libraries. For instance, in nunjucks/jinja:

```
{% for person in people %}
{{ person }}
{% endfor %}
```

Thanks for this nice tool!
@jjhbw jjhbw merged commit fc991a5 into guigrpa:master May 18, 2022
@jjhbw
Copy link
Collaborator

jjhbw commented May 18, 2022

Good addition, thanks!

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

Successfully merging this pull request may close these issues.

2 participants