{% extends "base.html" %} {% block title %}Book {{ flight.id }} — LobsterGym{% endblock %} {% block content %}
{{ flight.airline }} — {{ flight.from }} → {{ flight.to }}
Depart: {{ flight.depart }} | Arrive: {{ flight.arrive }}
Price: ${{ flight.price }}