Skip to main content

Jinja 2 loader for resource-based apps.

Project description

Jinja 2 loader for resource-based apps.

You can setup it like:

jinja_app.loader.Loader(
    root_dir='my_templates',
    app_subdir='app_temlates',
)

And it will look for template myapp/template.html in the next order:

  • my_templates/myapp/template.html

  • path of myapp module + app_templates/template.html

Available params:

  • root_dir - first source of templates, you can use it to rewrite apps-defined templates, default: templates

  • app_subdir - templates folder inside apps (python modules or packages), default: templates

  • lstrip - remove left whitespaces for each template string, default: False

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jinja_app_loader-1.0.2.tar.gz (2.8 kB view details)

Uploaded Source

File details

Details for the file jinja_app_loader-1.0.2.tar.gz.

File metadata

File hashes

Hashes for jinja_app_loader-1.0.2.tar.gz
Algorithm Hash digest
SHA256 4e0e380f54ddd78bca7002b1d696079a85aec12681840ca0f2bc9cff62b1d478
MD5 96016014419c4bb05119142c15ddb521
BLAKE2b-256 09b7930509ce3766717997d03979d82b79908edf6b26778816ee6fddb4a5353f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page