nunjucks-autoescape

Nunjucks extension that brings a 'autoescape' tag

Apache 2 4 个版本
安装
npm install nunjucks-autoescape
yarn add nunjucks-autoescape
pnpm add nunjucks-autoescape
bun add nunjucks-autoescape
README

Nunjucks autoescape

Build Status NPM version

Nunjucks extension that brings a "autoescape" tag

How to install it?

$ npm install nunjucks-autoescape

How to use it?

var AutoEscapeExtension = require("nunjucks-autoescape")(nunjucks);

env.addExtension('AutoEscapeExtension', new AutoEscapeExtension(env));
{% autoescape false %}
The variable {{ test }} is not escaped!
{% endautoescape %}
版本列表
1.0.1 2015-08-04
1.0.0 2015-05-28
0.1.1 2015-02-20
0.1.0 2015-01-12