{% extends "base.html" %} {% block heading %} Invocation {{invocation | e}} {% endblock %} {% from 'macros.html' import show_action %} {% block content %}
{{ error["msg"] | e}}{% if error["blobs"] %} Blobs: {% for blob in error["blobs"] %} {{ blob | e }} {% endfor %} {% endif %}