Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement calling context processors when rendering #12

Open
LilyFoote opened this issue Oct 29, 2024 · 0 comments
Open

Implement calling context processors when rendering #12

LilyFoote opened this issue Oct 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@LilyFoote
Copy link
Owner

This is the context_processors entry in the OPTIONS dictionary: https://docs.djangoproject.com/en/5.1/topics/templates/#django.template.backends.django.DjangoTemplates.

We will need to import each processor in Engine then call them in Template::render when request is Some.

@LilyFoote LilyFoote added the enhancement New feature or request label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant