--- author: '' category: '' date: 2012/04/19 23:34 description: '' link: '' priority: '' slug: jinja-support-in-nikola-ready-for-testing tags: python, programming, nikola title: Jinja support in Nikola ready for testing type: text updated: 2012/04/19 23:34 url_type: '' --- Since some people really don't like Mako, and prefer Jinja2, I decided to make the template engine modular in `Nikola `_ my static site/blog generator. All things considered, there is very little difference on the API side: .. class:: thumbnail .. figure:: //ralsina.me/galleries/random/jinjavsmako.thumbnail.png :target: //ralsina.me/galleries/random/jinjavsmako.png I even ported the default theme to Jinja! And not all that much is different on the template side, either: .. class:: thumbnail .. figure:: //ralsina.me/galleries/random/jinjavsmako1.thumbnail.png :target: //ralsina.me/galleries/random/jinjavsmako1.png But hey, to each his own. Other template engines are probably easy to plug, too. Branch up for review `here in github `_ and yes, anyone reading this who knows Jinja2 or python is welcome to review it.