{% extends "base.html" %} {% block content %} {% if error %}
{{ error }}
{% endif %} {% if flash %}
{{ flash }}
{% endif %}

Switch to a new target

Recently used

{% if targets %} {% for t in targets %} {% endfor %}
URI Actions
{{ t.display_uri }} {% if t.is_current %}current{% endif %} {% if not t.is_current %}
{% else %} {% endif %}
{% else %}

No saved targets yet — switch to one above and it'll show up here.

{% endif %} {% endblock %}