I have Python code writing HTML code to a HTML file. This HTML file receives the code in a variable named load1.
<div id="load" class="load">
{{ load1 }}
</div>
On the browser, it displays the following:

Looking at the actual HTML file I see the following:

The brackets < > is showing as < and >, etc
How can I actually see a table and not the HTML code as the final outcome?