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.0
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
autoescape
comment
cycle
filter
firstof
for
for … empty
if
ifchanged
lorem
now
regroup
resetcycle
spaceless
templatetag
url
verbatim
widthratio
with
Trusted filters
add
addslashes
capfirst
center
cut
date
default_if_none
default
dictsort
dictsortreversed
divisibleby
escape
escapejs
filesizeformat
first
floatformat
force_escape
get_digit
iriencode
join
json_script
last
length_is
length
linebreaks
linebreaksbr
linenumbers
ljust
lower
make_list
phone2numeric
pluralize
random
rjust
safe
safeseq
slice
slugify
stringformat
striptags
time
timesince
timeuntil
title
truncatechars_html
truncatechars
truncatewords_html
truncatewords
unordered_list
upper
urlencode
urlize
urlizetrunc
wordcount
wordwrap
yesno
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
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
File details
Details for the file django_safe_template_engine-1.3.2.tar.gz
.
File metadata
- Download URL: django_safe_template_engine-1.3.2.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22b3c2719fc8dc86f0a6272bdc7f77d4aef45511f23effd7111f30b0d00e0005 |
|
MD5 | ac3193ece24473d12b0754c2c1972422 |
|
BLAKE2b-256 | e36157ebc922f78aaf75a3315d15f1a0431e85649a1f7b1a51bbab72ccc899c8 |
File details
Details for the file django_safe_template_engine-1.3.2-py3-none-any.whl
.
File metadata
- Download URL: django_safe_template_engine-1.3.2-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03db5e38ec67301eec252b145ca81dc77a6707dd053320ecd90f3e186c239d5c |
|
MD5 | 7f356f812e0bb86c6f9c365cd8da8b2e |
|
BLAKE2b-256 | 556921ab3ba0168cee4dd51bb14497e700af545af694e468ecde092a379393f6 |