{% include 'overall_header.html' %} {% INCLUDEJS '@mot_hangman/admin_mot_hangman.js' %} {% INCLUDECSS '@mot_hangman/mot_hangman_acp.css' %} {% set switch_type = TOGGLECTRL_TYPE ?? 'toggle' %}
{{ HANGMAN_VERSION }}
{% include 'overall_footer.html' %} {% macro switch(name, checked = false, type = 'toggle') -%} {% if type == 'toggle' || type == 'checkbox' -%} {%- elseif type == 'radio' -%} {%- endif %} {%- endmacro %}