{# bfx/input.html — Text input macro #} {% macro input(name, type="text", label=none, placeholder="", value="", error=none, required=false, attrs={}) %} {% if label %}{% endif %} {% endmacro %}