Flask - Include HTML
by
Jeremy Canfield |
Updated: May 29 2023
| 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