{% extends "base.html" %} {% block heading %} Recent Invocations {% endblock %} {% block content %}

Recent Invocations

{% if invocations %} {% else %} (none) {% endif %} {% endblock %}