<div data-module="highlightList" class="highlight-list">
    <h3 class="highlight-list__title">5 top tips: Driving in Ireland</h3>
    <div class="grid-x">
        <div class="highlight-item cell">
            <div class="highlight-item__heading">
                <div class="highlight-item__label">
                    <span class="highlight-item__number">1</span>
                </div>
                <div class="highlight-item__title">Cars on the island of Ireland drive on the left-hand side of the road.</div>
            </div>
        </div>
        <div class="highlight-item cell">
            <div class="highlight-item__heading">
                <div class="highlight-item__label">
                    <span class="highlight-item__number">2</span>
                </div>
                <div class="highlight-item__title">Signposts in Gaeltacht (Irish speaking) areas are written in Irish (Gaelic).</div>
            </div>
        </div>
        <div class="highlight-item cell">
            <div class="highlight-item__heading">
                <div class="highlight-item__label">
                    <span class="highlight-item__number">3</span>
                </div>
                <div class="highlight-item__title">To drive, you will need either a full valid national driving license or an international driving permit.</div>
            </div>
        </div>
        <div class="highlight-item cell">
            <div class="highlight-item__heading">
                <div class="highlight-item__label">
                    <span class="highlight-item__number">4</span>
                </div>
                <div class="highlight-item__title">Cars on the island of Ireland drive on the left-hand side of the road.</div>
            </div>
        </div>
        <div class="highlight-item cell">
            <div class="highlight-item__heading">
                <div class="highlight-item__label">
                    <span class="highlight-item__number">5</span>
                </div>
                <div class="highlight-item__title">Cars on the island of Ireland drive on the left-hand side of the road.</div>
            </div>
        </div>
    </div>
</div>
<div data-module="highlightList" class="highlight-list">
    {{#if title}}<h3 class="highlight-list__title">{{{title}}}</h3>{{/if}}
    <div class="grid-x">
        {{#each items}}
            {{> @cp-highlight-item}}
        {{/each}}
    </div>
</div>
{
  "title": "5 top tips: Driving in Ireland",
  "items": [
    {
      "index": "1",
      "title": "Cars on the island of Ireland drive on the left-hand side of the road."
    },
    {
      "index": "2",
      "title": "Signposts in Gaeltacht (Irish speaking) areas are written in Irish (Gaelic)."
    },
    {
      "index": "3",
      "title": "To drive, you will need either a full valid national driving license or an international driving permit."
    },
    {
      "index": "4",
      "title": "Cars on the island of Ireland drive on the left-hand side of the road."
    },
    {
      "index": "5",
      "title": "Cars on the island of Ireland drive on the left-hand side of the road."
    }
  ]
}

There are no notes for this item.