{% extends "index_page.html" %} {%block title%}Correlation Results{%endblock%} {%block css%} {%endblock%} {%block content%}
{{error["error-message"]}}
{%for line in error["stderr-output"]%} {{line}} {%endfor%}