{% if stories %} {% for ctx in stories %} {% endfor %}
  Context
 
{{ ctx }}
{% else %}

No story calls were recorded during this request.

{% endif %}