{% extends "base.html" %} {% block title %}Cordelia Cruises - Lankagetaways{% endblock %} {% block inner_hero_background %}/static/images/Cordelia.avif{% endblock %} {% block inner_hero_title %}Cordelia Cruises Experience{% endblock %} {% block inner_hero_subtitle %}Embark on an unforgettable journey with Cordelia Cruises, offered exclusively through Lanka Getaways. Our partnership brings you the best of luxury cruising combined with our exceptional service.{% endblock %} {% block content %}
{% for tour in popular_tours if tour.type == TourType.SPECIAL_TOUR %}
{% include 'partials/tour_card.html' %}
{% endfor %}
Book Your Cruise Now
{% endblock %}