UNPKG

liquid

Version:

Node.js port of the Liquid template engine

9 lines (7 loc) 184 B
const Liquid = require('../../liquid') module.exports = class Unless extends Liquid.If { async parse (tokens) { await super.parse(tokens) this.blocks[0].negate = true } }