eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 314 forks source link

Jinja2 support #105

Closed jordancortes closed 9 years ago

jordancortes commented 10 years ago

Any plan to support jinja2 template system?

krallin commented 9 years ago

Hard to say.

Changing template engines would require rewriting the parts that depend on Django (mainly, page.py and template_tags.py). However, it'll break existing plugins that rely on Django, so at best we could make this an option.

Providing pluggable template engines (like we have for deployments) might however make sense. Django would be the default, but users would be free to add their own.