{% extends "base/body_content.html" %} {% block title %}User sign in{% endblock %} {% block main_content %}
Only authorized users are allowed to access this page. Please provide your user name and password to continue.
{% if err %}Invalid user name or password!
{% endif %} {% endblock %}