{%macro input(name, value='', type='text', size=20) -%} {%- endmacro %}
{{ input('username') }}
{{ input('password', type='password') }}