{{ screen.name }}
{{ screen.slug }}
{% if profile.location %}
{{ profile.location }}
{% endif %}
{% for group_name in profile.group_names %}
{{ group_name }}
{% endfor %}
{{ profile.resolution_label }} · {{ profile.orientation }}
· {{ profile.scaling_mode }}
PyWebView client setup
libresignage-client configure --server-url
{{ server_url }} --screen-slug {{ screen.slug }}