<div class="block-container-block">
    <a href=http://nånting>En offlinesida</a>
    <a href=http://nånting2>En offlinesida2</a>
</div>
<div class="block-container-block">
   {{#each links}}
    <a href={{this.href}}>{{this.text}}</a>
   {{/each}}
</div>
{
  "links": [
    {
      "href": "http://nånting",
      "text": "En offlinesida"
    },
    {
      "href": "http://nånting2",
      "text": "En offlinesida2"
    }
  ],
  "epiDivClass": "col-12"
}
  • Handle: @pwaofflineblock
  • Preview:
  • Filesystem Path: src\components\02-block_components\PWAOfflineBlock\PWAOfflineBlock.hbs

There are no notes for this item.