{% extends "base.html" %} {% block title %}Unsafe actor{% endblock %} {% block content %}

Debugging tool: sign in as an actor

{% if error %}

{{ error }}

{% endif %}

Or use one of these

{% for name in ["violin", "pelican", "quarry"] %}
{% endfor %} {% endblock %}