jinja2 and flask issue [closed]
Closed 7 hours ago.
Avoid duplicated CSS/JS inside Jinja2 macro?
How does one avoid duplicated CSS/JS inside a Jinja2 macro?
Reference Flask variable (base64 string) in all Blueprint templates?
I have a Flask app with blueprints. I have a function that fetches a user’s profile image and returns it as a base64 string of text (too big to store in session). I use this in the html template navbar to show the user’s profile image.
Why CSS file working for index and not for campaigns on Flask?
I’m trying to make an project on Flask here is the code below.