{% extends "authentication/layout.html" %} {% load static %} {% block title %}Login{% endblock %} {% block style %}{% endblock %} {% block body %}
Login

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