Skip to main content

A Django template engine to render untrusted template code

Project description

GitHub Actions build status

Django Safe Template Engine

Django template engine to render untrusted template code

Table of contents

Requirements

Django 3.0 to 6.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

Trusted filters

Contribute

How to contribute

You want to add awesome features to Django Safe Template Engine? Here's how!

  1. Fork this repository
  2. Commit and push to your forked repository
  3. 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

django_safe_template_engine-1.5.0.tar.gz (11.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_safe_template_engine-1.5.0-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file django_safe_template_engine-1.5.0.tar.gz.

File metadata

File hashes

Hashes for django_safe_template_engine-1.5.0.tar.gz
Algorithm Hash digest
SHA256 04f92b9372d149f61d2e3e413db3b17a6950f2a009112797363f816547bf7f98
MD5 f36ce34ab7c35826daea8cc23eaa374c
BLAKE2b-256 fcc863f80ce3b1fc0bc8b6019851d851d23c2986e5e38403e96dff4f45c2a6f1

See more details on using hashes here.

File details

Details for the file django_safe_template_engine-1.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_safe_template_engine-1.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 93dc2a652da214250b4ecd0d338e1bcd2cd94a7c0f0474c380771ac7ae4fff4b
MD5 f1f884b3279524d6fd14e14ae0c19fb7
BLAKE2b-256 cd7b8d14ac4128e867cdbf4926c0811b482241e6e54e6827b0c321ae60044eb1

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