Does anyone know if there are any ports of Liquid Templating for Node.js? Or anything like it?
More or less our goal is to port Jekyll to Node.js - so anything to help with the templating side will be appreciated :)
Does anyone know if there are any ports of Liquid Templating for Node.js? Or anything like it?
More or less our goal is to port Jekyll to Node.js - so anything to help with the templating side will be appreciated :)
There are a few versions in js I've run across - the only node-specific port I have seen is Liquid Node which is compatible with node's async programming
Thanks guys.
Ended up using eco as the templating engine.
For the layouts-in-layouts of Jekyll as well as the YAML headers of template files I coded my own: http://docpad.org
There are a few similar libraries with varying features, these are two that support inline filters: