{% 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 %} . .com .org {% endif %} þ SPACE DEL CLEAR {%- endblock -%}
{{ input.value }} {% if input.multiple %}↲{% endif %}
abc | ABC | !@# | àêï | ÀÊÏ