{% from "./_macros.html" import input %}
Your Name
{{ input("First name", {size: 60, maxlength: 128}) }} {{ input("Last name", {size: 60, maxlength: 128}) }}