{% 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 -%}