{#- 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. custom_event_input (bool): add a custom input text input field. -#} {{ title }}
{%- if custom_event_input -%}
{%- endif -%}
{%- if qrcode_button -%} {%- endif -%}
{%- for e in events %}
{%- endfor %}