aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/plot.html.j2
blob: 56f5e872e2f7d5ea74fa516329a4c869f60f58b6 (plain)
1
2
3
4
5
6
7
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 %}