<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Predictions</title>
</head>
<body>
<div class="results">
<table>
{% for item in summary %}
<tr><td>
{{ item['Name'] }}
</td></tr>
{% endfor %}
</table>
</div>
</body>
</html><!DOCTYPE html>
<html lang="en">
<h