nunjucks-filter

Nunjucks extension that brings a 'filter' tag

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

Nunjucks filter

NPM version

Nunjucks extension that brings a "filter" tag

How to install it?

$ npm install nunjucks-filter

How to use it?

var FilterExtension = require("nunjucks-filter")(nunjucks);

env.addExtension('FilterExtension', new FilterExtension(env));
{% applyFilter "replace" "." "!" %}
Hi. My name is Paul.
{% endApplyFilter %}

// => Hi! My name is Paul!
版本列表
2.0.1 2015-10-25
2.0.0 2015-10-25
1.0.0 2015-05-28
0.1.0 2015-01-12