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 :) |
|||
|
|
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 |
||||
|
|
|
As I said in a comment, it appears that Liquid has a syntax similar to Jinja2 or Django templates. Some people seem to have ported some of those templating languages: In addition, there seems to be a large collection of other templating languages on the Node wiki. |
||||
|
|
|
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 |
|||
|
|
|
There are a few similar libraries with varying features, these are two that support inline filters: |
|||
|
|