graf/templates/index.html
2024-03-04 16:01:29 -03:00

13 lines
252 B
HTML

{% load helpers %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Plot</title>
</head>
<body>
<h1>Something</h1>
{% plot graph %}
{% plot graph width=200 %}
</body>
</html>