{% extends "base.html" %} {% block heading %} Inocations {{invocation | e}} {% endblock %} {% macro show_action(action, first = false) %}
{{ error["msg"] | e}}{% if error["blobs"] %} Blobs: {% for blob in error["blobs"] %} {{ blob | e }} {% endfor %} {% endif %}