flask-mako
flask-mako copied to clipboard
Flask bridge for Mako
It would make it simpler to install in our app if we could add it to our requirements.txt file without specifying the git repo specifically.
Have a look at [the source](https://github.com/dag/flask-genshi/blob/master/flaskext/genshi.py) for my Flask-Genshi extension for hints at how to integrate fully with Flask. Of primary interest is probably the template_loader, for supporting flask.Module templates,...
If MAKO_CACHESIZE is not in the config, it should be defaulted to -1, and not None. - TemplateLookup default it's value to -1 if not specified as kw to **init**()...