blob: 91a3a3663de4bf58c7209e76667f3e0b87f88fe3 (
plain)
1
2
3
4
5
6
7
8
|
{% extends "template.html.j2" %}
{% block content %}
<div id="singlechart">
<div class="chart" id="/chart{{ elem['url'] }}">
</div>
<p id=chart_alt>{{ alt }}</p>
</div>
{% endblock %}
|