{% extends 'base.html' %} {% from 'bootstrap/form.html' import render_form %} {% block title %}Login{% endblock %} {% block content %}

Log in to Phshare

{{ render_form(form) }}

Register new account

Forget password

{% endblock %}