FinTech_app/templates/my_template.html
2023-01-24 14:48:22 +01:00

10 lines
174 B
HTML

{% load matplotlib %}
<html>
<head>
<title>My Plot</title>
</head>
<body>
<h1>My Plot</h1>
{% matplotlib_inline fig %}
</body>
</html>