{% extends 'authentication/layout.html' %} {% load static %} {% block title %}Login{% endblock %} {% block style %}{% endblock %} {% block body %} {% include 'authentication/modals/register.html' %} {% include 'authentication/modals/recover.html' %}

Login


Register Recover
{% endblock %} {% block script %} {% include 'authentication/handlebars/register.html' %} {% include 'authentication/handlebars/recover.html' %} {% endblock %}