{% extends "adminlte/base_without_nav.html" %} {% block title %}Log In{% endblock %} {% block description %}Log into your account!{% endblock %} {% block bodytag %}login-page{% endblock %} {% block body %}

Log into your account!

{# Display errors (if there are any). #} {% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {# Render the login form. #}
{{ form.hidden_tag() }}

Remember me?


If you do not have account?

{% endblock %}