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

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


{% endif %}

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

{% if input.inputType == "email" %}{% endif %}
à á â ä ã å
è é ê ë ç æ
ì í î ï ð ñ
ò ó ô ö õ ø
ù ú û ü ý ÿ
@ . .com .org
þ SPACE DEL CLEAR
{%- endblock -%}