initial
This commit is contained in:
parent
447609f346
commit
5f45bb8957
26 changed files with 948 additions and 1 deletions
13
templates/index.html
Normal file
13
templates/index.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue