A Filestorage template loader for Jinja2.
Project description
A Filestorage template loader for Jinja2.
Features
Load templates from Django like storage
Free software: MIT license
Quickstart
Install jinja2_stl:
pip install jinja2_stl
Basic usage:
from jinja2 import Environment from storage import Storage from jinja2_stl.loader import FilestorageTemplateLoader loader = FilestorageTemplateLoader(storage=Storage(...)) env = Environment(loader=loader) template = env.get_template('foo/bar.html') print(template.render(the='variables', go='here'))
Storage must implements Django Storage API and is used as storage parameter in FilestorageTemplateLoader. The template foo/bar.html is loaded from Storage then is used in convenience way.
History
0.0.1 (2014-08-26)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jinja2_stl-0.0.1.tar.gz
(5.3 kB
view hashes)
Built Distribution
Close
Hashes for jinja2_stl-0.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 797f907aa6d2c4a15d40eb4dbc33b78878ff5f9dc3784586a0ec577fe0840d1a |
|
MD5 | 2186f777f94b5578ea31eaa877e0fd82 |
|
BLAKE2b-256 | 7fffd38197c3bf76b11744e3fc37a6306c5b01c253e7295805601b292a6c8089 |