summaryrefslogtreecommitdiff
path: root/static/website/templates/ajax-execute.html
blob: cb7ac664c83b514769ec0bc7fa42e8087340f1d4 (plain)
1
2
3
4
<div>
    <span id="output">{{ output }}</span>
    <span id="plot">{% if plot_path %}<img src="{{ plot_path }}" style="width:400px;">{% endif %}</span>
</div>