{% extends "base.html" %} {% from "_render_elements.html" import render_input %} {% block title %} Log In {% endblock %} {% block content %}

Log In

{{ render_input("username", "Username") }} {{ render_input("password", "Password", type="password") }}

Haven't an account yet? Sign up for FREE!

{% endblock %}