Strider-CD/strider

Migrating Template Engine

Open

#831 opened on Jul 9, 2015

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (4,587 stars) (454 forks)batch import
enhancementhelp wanted

Description

There were discussions about template engines and swig made it through all that to be the choice, however with swig "no longer maintained" (https://github.com/paularmstrong/swig/issues/628), looks like eventually it will reach the point to consider migrating swig to other alternatives. I do like jinja style templating and I am also aware of some other young engines that has good benchmarks, like slm, dust, while veterans like handlebar, mustache and ejs are also good. But just to keep consistent and eliminate labor work on all html files, maybe nunjucks would be worth checking out?

Contributor guide