{# 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 }}
{{ title }}
{% if qrcode_button or shutdown_button %}
{% if qrcode_button %}
{% endif %}
{% if shutdown_button %}
{% endif %}