{# thqm template args: title (str): page title. qrcode_button (bool): show qrcode button. shutdown_button (bool): show shutdown button. events (list): list of strings. qrcode (str): qrcode svg elements #} {{ title }}
{% if qrcode_button %} {% endif %} {% for e in events %}
{% endfor %}