{% extends "bootstrap/base.html" %} {% block title %}Estus Shots{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block body_attribs %} style="background-image: url(/static/img/elite.png), url(/static/img/solaire300x300.png); background-repeat: no-repeat, no-repeat; background-position: left bottom, right bottom;" {% endblock %} {% block content %}
Login
{% endblock %}