A Django template engine to render untrusted template code
Project description
Django Safe Template Engine
Django template engine to render untrusted template code
Table of contents
Requirements
Django 3.0 to 5.2
Available tools
Template engine
from django.template import Template
from django_safe_template_engine.engine import SafeTemplateEngine
safe_engine = SafeTemplateEngine()
Template(source, engine=safe_engine)
Validator
from django_safe_template_engine.validators import validate_safe_engine_template_syntax
template_code = '{% include "hacked.html" %}'
validate_safe_engine_template_syntax(template_code)
Trusted built-ins
The following tags and filters are allowed by this template engine.
Trusted tags
autoescapecommentcyclefilterfirstofforfor … emptyififchangedloremnowregroupresetcyclespacelesstemplatetagurlverbatimwidthratiowith
Trusted filters
addaddslashescapfirstcentercutdatedefault_if_nonedefaultdictsortdictsortreverseddivisiblebyescapeescapejsfilesizeformatfirstfloatformatforce_escapeget_digitiriencodejoinjson_scriptlastlength_islengthlinebreakslinebreaksbrlinenumbersljustlowermake_listphone2numericpluralizerandomrjustsafesafeseqsliceslugifystringformatstriptagstimetimesincetimeuntiltitletruncatechars_htmltruncatecharstruncatewords_htmltruncatewordsunordered_listupperurlencodeurlizeurlizetruncwordcountwordwrapyesno
Contribute
How to contribute
You want to add awesome features to Django Safe Template Engine? Here's how!
- Fork this repository
- Commit and push to your forked repository
- Open a pull request to merge your work into this repository
Code formatting and tests
You can use tox to run the code formatting / type checking tools, and run the test suite:
tox run
Ignore code formatting revisions from git blame
For a more relevant git blame you can set up your git to use the file .git-blame-ignore-revs in blame.ignoreRevsFile:
git config blame.ignoreRevsFile .git-blame-ignore-revs
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_safe_template_engine-1.4.0.tar.gz.
File metadata
- Download URL: django_safe_template_engine-1.4.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6536ca87a243723265862a757b0858a43d4333007aeefcf92edc0d204c33cdc8
|
|
| MD5 |
29eda4cb9d2992207091e2a775beeb4d
|
|
| BLAKE2b-256 |
0b7ab98491bd1330239afd498ef03931c6a9efc14b8f9de8e7ce0cc792921afe
|
File details
Details for the file django_safe_template_engine-1.4.0-py3-none-any.whl.
File metadata
- Download URL: django_safe_template_engine-1.4.0-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19a61fec4721d10ebac308d24dcc1ae23161ba591b62d4e866f56acdff0c2d92
|
|
| MD5 |
36d48a691c01077242ae3ff6cad5048b
|
|
| BLAKE2b-256 |
4b59e964cad651824de2e656d5dd42c12b688480c6083a57f6305c392c814c90
|