Accessing Flask context processors in components #83
Unanswered
jumboduck
asked this question in
Preguntas/Respuestas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been playing around with Jinjax to understand if it would work with one of my Flask projects.
A big issue I'm running into is the ability to access context processors from the components. An example of this would be for example using the
current_user
object fromFlask-Login
.Is there something I'm overlooking?
Beta Was this translation helpful? Give feedback.
All reactions