{% extends "base.html" %} {% block preTitle %} Login - {% endblock %} {% block bodyContent %} {% include "partials/errors.html" %} {% include "partials/loginform.html" %} {% endblock %}