{% extends "lib/templates/base.html" %} {% block body %}
Login
{% if banner_html %}
{{ banner_html }}
{% endif %}
{% include "app/website/templates/html/navbar.html" %}
{%- block content -%} {%- endblock -%}
{% include "app/website/templates/html/footer.html" %} {% endblock %}