Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
Named block end tags _are_ supported in Nunjucks.
  • Loading branch information
kevinmpowell authored and fdintino committed Mar 5, 2019
1 parent 1338712 commit c99154e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/faq.md
Expand Up @@ -43,7 +43,6 @@ Additionally, there are few jinja2 features not implemented in nunjucks:
* The special `self` variable
* `for` does not support `if not` and `else`
* `if i is divisibleby(3)`-style conditionals
* Named block end tags: `{% endblock content %}`
* Sandboxed mode
* Note: this makes it **unsuitable for applications requiring [user-defined templates](api.html#user-defined-templates-warning)**
* Line statements: `# for item in seq`
Expand Down

0 comments on commit c99154e

Please sign in to comment.