{% extends "base.html" %} {% load static static_v %} {% block title %}Connect to ATEM{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "brand/_mark.svg" %} webATEM

Browser control for ATEM switchers.

{% if recent_atems %}
{% for atem in recent_atems %} {% endfor %}
{% endif %} {% if discovery_enabled %}
{% endif %}
{% endblock %} {% block extra_js %} {% comment %} The host's switcher list for the name-or-IP suggestions (json_script escapes it); empty standalone, where discovery fills the page live. {% endcomment %} {{ atem_equipment|json_script:"atem-equipment-data" }} {% if discovery_enabled %}{% endif %} {% endblock %}