You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code sample for displaying images to the page is written like so on the book
In the image tag, the use of quoation marks in the jinja template that are already within the already existing quotation marks gives the impression of them closing, and as such the image will not be loaded. To fix this issue, one should instaed use single quation marks within the jinja template and double quoatations outside of it, as shown below:
the code sample for displaying images to the page is written like so on the book
In the image tag, the use of quoation marks in the jinja template that are already within the already existing quotation marks gives the impression of them closing, and as such the image will not be loaded. To fix this issue, one should instaed use single quation marks within the jinja template and double quoatations outside of it, as shown below:
The text was updated successfully, but these errors were encountered: