smc_cet_cibil_py/templates/dataframe.html
2023-10-06 16:44:28 +05:30

14 lines
217 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
{% for table in tables %}
{{titles[0]}}
{{ table|safe }}
{% endfor %}
</body>
</html>