jonschlinkert / boilerplate-assemble-swig

Example of using swig templates with Assemble.
MIT License
10 stars 4 forks source link

example of registering helpers/tags #5

Closed jonschlinkert closed 11 years ago

jonschlinkert commented 11 years ago

@doowb can you put an example together for how to register filters and tags?

doowb commented 11 years ago

Yeah. I'll try to get something done today.

doowb commented 11 years ago

6 Shows how to use the module.exports.register function to register filters and tags using the helpers option in the assemble options block.