aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/plot.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/plot.html.j2')
-rw-r--r--src/templates/plot.html.j28
1 files changed, 8 insertions, 0 deletions
diff --git a/src/templates/plot.html.j2 b/src/templates/plot.html.j2
new file mode 100644
index 0000000..56f5e87
--- /dev/null
+++ b/src/templates/plot.html.j2
@@ -0,0 +1,8 @@
+{% extends "template.html.j2" %}
+{% block content %}
+ <figure id="singlechart" class="highcharts-figure">
+ <div class="chart" id="/chart{{ elem['url'] }}">
+ </div>
+ <p id=chart_alt class="highcharts-description">{{ alt }}</p>
+ </figure>
+{% endblock %} \ No newline at end of file