{% extends 'layouts/base-fullscreen.html' %} {% block title %} Sign IN {% endblock title %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% include "includes/navigation-fullscreen.html" %}

Welcome back

Enter your email and password to sign in

Don't have an account? Sign UP

{% include "includes/footer-fullscreen.html" %} {% endblock content %} {% block javascripts %}{% endblock javascripts %}