SamyPesse / nunjucks-do

do block tag for nunjucks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nunjucks-do

Build Status NPM version

Nunjucks extension that brings a "do" tag

How to install it?

$ npm install nunjucks-do --save

How to use it?

var DoExtension = require("nunjucks-do")(nunjucks);

env.addExtension('DoExtension', new DoExtension());
{% do %}
test = { hello: 'world' }
{% enddo %}

About

do block tag for nunjucks

License:Apache License 2.0


Languages

Language:JavaScript 100.0%