{%- import "macros.html" as all_macros %} {%- from "macros.html" import render_input %}
Username
{{ render_input("username", username) }}
Password
{{ render_input("password", type="password") }}