This page shows the details of a selected Trip.
JCI-Template:
- Name: facet-search-detail-page
- URL: https://api.json-content-importer.com/extra/json/travel.json
- urlparam4twig: refnum
- twig-template:
{% for r in Offers %} {% if r.Refnum==urlparam.refnum %} <h1>Hotel: {{r.Hotelname}}</h1> {{r.Arraptname}}<br> {{r.Outbounddep}}-{{r.Inboundarr}}<br> <h3>{{r.Sellprice}} Euro</h3> {% endif %} {% endfor %} <a href="javascript:history.back()">back</a>