<div class="c-navigation-shortcuts c-navigation-shortcuts--sub">
    <ul>
        <li>
            <a href="../preview/page-rates-conventions.html" class="is-active">Tariffe e convenzioni</a>
        </li>
        <li>
            <a href="../../#.html" class="">Sostare in aeroporto</a>
        </li>
        <li>
            <a href="../../#.html" class="">Come e dove pagare</a>
        </li>
    </ul>
</div>
<div class="c-navigation-shortcuts c-navigation-shortcuts--sub">
  {{#if isParkings }}
    <ul>
      {{#each parkings-sub}}
        <li>
          <a href="{{ path this.url }}" class="{{ this.class }}">{{ this.text }}</a>
        </li>
      {{/each}}
    </ul>
  {{/if}}
  {{#if isShops}}
    <ul>
      {{#each shop-sub}}
        <li>
          <a href="{{ path this.url }}" class="{{ this.class }}">{{ this.text }}</a>
        </li>
      {{/each}}
    </ul>
  {{/if}}
</div>
{
  "isParkings": true,
  "isShops": false,
  "parkings-sub": [
    {
      "url": "/components/preview/page-rates-conventions",
      "text": "Tariffe e convenzioni",
      "class": "is-active"
    },
    {
      "url": "#",
      "text": "Sostare in aeroporto",
      "class": null
    },
    {
      "url": "#",
      "text": "Come e dove pagare",
      "class": null
    }
  ],
  "shop-sub": [
    {
      "url": "#",
      "text": "Negozi"
    },
    {
      "url": "#",
      "text": "Ristoranti e Bar"
    },
    {
      "url": "#",
      "text": "Servizi"
    },
    {
      "url": "#",
      "text": "Lounge e servizi Vip"
    }
  ]
}
  • Handle: @subshortcuts-navigation
  • Preview:
  • Filesystem Path: src/views/02-molecules/subshortcuts-navigation/subshortcuts-navigation.hbs

No notes defined.