{% extends "_base.html" %} {% block content %}

Ways to trigger the viewer:

Currently defined triggers:

{% for trigger in triggers %} {% endfor %}
ID Name Keyboard Shortcut
{{ trigger['id'] }} {{ trigger['label'] }} {{ trigger['shortcut'] }}

Currently defined aliases:

{% for alias, id in aliases.items() %} {% endfor %}
Alias ID
{{ alias }} {{ id }}

Other messages:

Making a post request to /actions/refresh will cause displays to attempt a browser refresh.

Making a post request to /actions/clear will cause displays to empty their queues as soon aside grammatically possible.

{% endblock %}