Cheetah

| No Comments

I happened across a wonderful project called Cheetah yesterday. It is a Python templating engine, designed to be simple and fast. And from what I've seen so far, it certainly delivers on both counts.

Since one of my websites is restricted to basically only static content, I am going to use Cheetah to generate the content, so I can have common headers/footers, sensible navigation links, and all that sort of thing. I guess I will just have to forego comments (and comment spam!) for the time being, but at least I can have the dubious pleasure on this site...

Leave a comment