{% extends "base.html" %} {% set active_page = "new" %} {% block title %} {% if to %}Reply to {{ to }}{% else %}New Message{% endif %} {% endblock %} {% block script %} handleFormSubmit('#message_form', { onSuccess: function() { alert('Message sent!'); window.location.href = '/inbox'; }, onError: function() { alert('Failed to send message.'); } }); {% endblock %} {% block content %}