Hi Michael, Plz look at https://pypi.org/project/django-template-engines/
And see in Django doc for your use case as very detail with builtin jinja2 engine and must config backend enviroment to use https://docs.djangoproject.com/en/3.0/topics/templates/#django.template.backends.jinja2.Jinja2 Hope these useful. On Sat, Jul 11, 2020, 12:25 PM Michael Thomas <[email protected]> wrote: > Hi, > > I'm aware that other template engines could be used, but it would be much > more preferable to stick with Django's template engine for a variety of > reasons (eg. using the same tags in the 'sandboxed' environment vs. > regular). > > On Friday, 10 July 2020 14:41:30 UTC+4, Integr@te System wrote: >> >> Hi Michael, >> >> Some templates as mako, jinja, genshi... >> >> >> >> >> On Fri, Jul 10, 2020, 4:23 PM Michael Thomas <[email protected]> >> wrote: >> >>> Hi all, >>> >>> Does anyone know of a straightforward way to create an independent >>> template engine instance with a subset of the tags/filters/etc. defined? >>> >>> The use-case is for allowing user-supplied template content, while >>> preventing said users from being able to use features that could be >>> dangerous, leak information, etc.. (Eg. {% extends %}, {% load %}, >>> {{my-secret-variable-that-is-loaded-into-global-context}}) >>> >>> Kind Regards, >>> Michael >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/e8456f7f-e52f-4bf4-95c6-419d84600687o%40googlegroups.com >>> <https://groups.google.com/d/msgid/django-users/e8456f7f-e52f-4bf4-95c6-419d84600687o%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/e50f24b3-1e6e-4260-b720-5af5912ae511o%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/e50f24b3-1e6e-4260-b720-5af5912ae511o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP5HUWoh8%3DYGiO5fFhM23aKg8r%2BsqytUpSZEhV9ctvQogzqOww%40mail.gmail.com.

