{% macro input(name, value, type = "text", size = 20) %} {% endmacro %} {% macro textarea(name, text, rows = 5, cols = 40) %} {{ text|e }} {% endmacro %}