{% extends "base.html" %} {% block title %}Booking Confirmed — LobsterGym{% endblock %} {% block content %}

🎉 Booking Confirmed!

Confirmation Code: {{ booking.confirmation }}

Flight: {{ booking.flight_id }}

Passenger: {{ booking.passenger_name }}

Email: {{ booking.passenger_email }}

← Search More Flights {% endblock %}