#tools
Choosing a new Template Engine
I have been using tundra as template engine
for this site. And I am thankful for it, but it's time to move on.
I mainly chose it because it is tiny, has no dependencies and it has the features I was looking for.
It just does the things I am used to from django-like template engines not well enough,
misses a tiny useful feature here and there. This does especially hurt, when I want to reuse HTML
sceletons, tags, HTML snippets or functions to generate them. That is where tundra stops
working. Knowing the code a bit I also think I have a feeling that getting it there would be
quite some work.
Continue reading →