{# Extends the base layout template #} {% extends "base.html" %} {# --- Page Title Block --- #} {% block title %}{{ super() }} - Login{% endblock %} {# --- Main Content Block --- #} {% block content %} {# Wrapper for login form styling and centering (defined in forms.css) #}