Is there func that is similar to flasks one

Is there a function that can replace flasks @app.context_processor?

I need to use functions in templates/ I already have sanic-jinja2

I realize now I never documented the latest feature of Sanic Extensions! :grimacing:

Take a look at this PR, it has some examples that I think will do what you need.

Thanks, and how do i do utility_processor? Like on this screenshot (from StackOverflow)
image
I use Sanic-jinja2 and i dont know how can i use python functions in the template (i used code from screenshot in flask and it worked for me)