sindresorhus / gulp-nunjucks

Precompile Nunjucks templates
MIT License
152 stars 20 forks source link

{% with %} #15

Closed floatrx closed 7 years ago

floatrx commented 7 years ago

When trying to use {% with %} i get an error message on build... i't ok?

{% with foo = 'bar' %}
  {% include 'something.else' %}
{% endwith %}
kevva commented 7 years ago

This isn't Django templates. See https://mozilla.github.io/nunjucks/templating.html for documentation.