From c99154ef3cf18de305944d71da90536f730b326b Mon Sep 17 00:00:00 2001 From: Kevin Powell Date: Mon, 18 Feb 2019 08:27:57 -0600 Subject: [PATCH] Update faq.md Named block end tags _are_ supported in Nunjucks. --- docs/faq.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index cf576104..ba67914b 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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`