{#- thqm template Pure html, no bells or whistles. args: title (str): page title. no_qrcode (bool): don't show qrcode on page. no_shutdown (bool): don't allow shutdown. entries (list): list of strings. qrcode_svg (str): qrcode svg elements. custom_input (bool): show custom inputs field. -#} {{ title }}

{{ title }}

{% if not no_qrcode %} {{ qrcode_svg | safe }} {% endif %} {% if not no_shutdown %} shutdown {% endif %} {%- if custom_input -%}
{%- endif -%}

{% for e in entries %}
{{ e | safe }}
{% endfor %}