For the jinja implementation would it be possible to add something to load the resources like Flask:
{{ url_for('static', filename='images/planets.jpeg') }}
or Starlette :
{{ url_for('static', path='images/planets.jpeg') }}
or for a route:
{{ url_for('/') }}
Because currently using url_for makes the template crash and returns a 500 error ...
Out put this point the integration of jinja works well good job ;)
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too