Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitsuhiko/templatetk

My GSOC Project for Template Compilation
https://github.com/mitsuhiko/templatetk

Last synced: 3 months ago
JSON representation

My GSOC Project for Template Compilation

Awesome Lists containing this project

README

        

// django-template-compilation (project: templatetk)

This is a Google Summer of Code project that attempts to implement
template compilation for Django. It not only tries to do that for
Django but it tries to keep the compiler generic enough that it
works with arbitrary template engines including Jinja2 and possible
others.