{% extends 'static_pages/templates/_base.html' %} {% block page_title %}User Login | {% endblock %} {% block meta_description %}Please login.{% endblock %} {% block content %}

Log in

{% if continue_with_google %}   Continue with Google {% endif %}

Sign Up

{% endblock %}