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: