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 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

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:

```sh
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.3.0.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for django_safe_template_engine-1.3.0.tar.gz
Algorithm Hash digest
SHA256 55370df06e651e8796c06069007fb7df35f6899349b2e13b4c443bdf22884dc5
MD5 f97faf7346413ba8defc5a2cf89073a6
BLAKE2b-256 9bd7ca60620516349d6027c08cd044af4fb118729768b8f1fd79c3d0e49919fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_safe_template_engine-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1eb95f3151fae5a7d8e1e1c3be0615941fa37a6144a4adf28999677f2bb108b6
MD5 7d45f0248a6c468c579d4d5a1e4cfa9d
BLAKE2b-256 bc1e62783c7295215d04cd23206d9618ec33f9e919f80007a7031af4bef71260

See more details on using hashes here.

Supported by

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