Skip to content
Snippets Groups Projects
qc.html 196 B
Newer Older
<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
    <h1>{{qc_path}}</h1>
    <pre>{{qc_frame}}</pre>
    {% for plot in plots %}
        {{plot|safe}}
    {% endfor %}
    </body
</html>