Bootstrap FreeKB - Flask - Include HTML
Flask - Include HTML

Updated:   |  Flask articles

jinja include can be used to include an HTML file in another HTML file. For example, here is how you could include footer.html.

<html>
  <head>
  </head>
  <body>
    Hello World
    {% include 'footer.html' %}
  </body>
</html>

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter d7f59e in the box below so that we can be sure you are a human.