This commit is contained in:
Lucas F. 2024-03-04 16:01:29 -03:00
parent 447609f346
commit 5f45bb8957
26 changed files with 948 additions and 1 deletions

13
templates/index.html Normal file
View file

@ -0,0 +1,13 @@
{% 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>