{% extends "base.tera.html" %} {% import "inputs.tera.html" as inputs %} {% block title %} Register {% endblock title %} {% block content %}

Login

{{ inputs::text_input(label="Username", name="username", id="username") }} {{ inputs::text_input(label="Password", name="password", id="password", type="password") }}
{% endblock content %}