{# Extends the base layout template #} {% extends "base.html" %} {# --- Page Title Block --- #} {% block title %}{{ super() }} - Login{% endblock %} {# --- Head Scripts Block --- #} {% block head_scripts %} {# Standard utils for showStatusMessage and sendServerActionRequest #} {# New auth.js for handleLoginAttempt #} {% endblock %} {# --- Main Content Block --- #} {% block content %} {# Wrapper for login form styling and centering (defined in forms.css) #}