Extended templating
Looks like CTemplate really does not fit FOW. I’m not going to drop it completely (as I’ve already have basic support for it), but I’m going to make more flexible template system available.
Currently I have an idea of building “pre-compiled” tree of plist-like structure. That seems to be pretty fast and there’s a great possibility to save processed tree to disk (or some other storage) for caching in property list format. I’m not yet sure about syntax of templates, but it would be definitely simpler than django templates. No “endifnotequal” tags anymore!