{% extends 'layouts/front/base.html.twig' %} {% block title %}{{ context.get['app'] ? context.get['app'].name : company_name }} - {{ title }}{% endblock %} {% block body %}

{{ context.get['about'].name }}

{#

Nos services

#}
{% set col = '12' %} {% if context.get['about'].filename %}
{{ context.get['about'].name }}
{% endif %} {% if context.get['about'].filename %} {% set col = '8' %} {% endif %}
{{ context.get['about'].description|raw }}
{#
Service
Rapid city transfer

We will bring you quickly and comfortably to anywhere in your city

Service
Booking a hotel

If you need a comfortable hotel, our operators will book it for you, and take a taxi to the address

Service
Airport transfer

We will bring you quickly and comfortably to anywhere in your city

Service
Baggage transport

If you need a comfortable hotel, our operators will book it for you, and take a taxi to the address

#}
{{ packages() }} {% endblock %}