{% extends "/base.html" %} {%- block control -%}
{% if input.type != 'password' %}

{{ input.value }} {% if input.multiple %}{% endif %}


{% endif %}

abc | ABC | !@# | àêï | ÀÊÏ

{% if input.inputType == "email" || input.inputType == "url" %} {% if input.inputType == "email" %} {% else %} {% endif %} {% endif %}
? , . : ; ( )
/ = " ' ! [ ]
\ ~ ` | @ { }
¸ % ^ & * < >
# $ - _ ´ ·
× ¢ £ ¤ ¥ « »
÷ § ¨ © ª ¡ ¦
µ ¬ ¯ ® ° ± ¿
º ¹ ² ³ ¼ ½ ¾
@/. .com .org
+ {{ _["SPACE"] }} {{ _["DEL"] }} {{ _["CLEAR"] }}
{%- endblock -%}