voyandz
{% if streams %}
Streams
{% for stream_name, stream in streams %}
- {{ stream_name }}
{% if stream.get("url") %}
{% endif %}
{% endfor %}
{% endif %}
{% if any_page %}
Pages
{% if config_page %}
- /config
{% endif %}
{% if stat_page %}
- /stat
{% endif %}
{% endif %}