{% extends "base.html" %} {% block title %}Book {{ flight.id }} — LobsterGym{% endblock %} {% block content %}

📝 Book Flight {{ flight.id }}

{{ flight.airline }} — {{ flight.from }} → {{ flight.to }}

Depart: {{ flight.depart }} | Arrive: {{ flight.arrive }}

Price: ${{ flight.price }}

Passenger Details

{% endblock %}