<section class="c-downloads">
    <header>
        <h2>Downloads</h2>
    </header>
    <ul>
        <li><a href="">Gorgeous Steel Shirt</a></li>
        <li><a href="">Bespoke Soft Sausages</a></li>
        <li><a href="">Generic Metal Sausages</a></li>
        <li><a href="">Recycled Wooden Gloves</a></li>
        <li><a href="">Handcrafted Plastic Towels</a></li>
    </ul>
</section>
<section class="c-downloads">
  <header>
    <h2>Downloads</h2>
  </header>
  <ul>
  {{#each downloads}}
    <li><a href="">{{ downloads.linkText }}</a></li>
  {{/each}}
  </ul>
</section>
{
  "downloads": [
    {
      "downloads": {
        "linkText": "Gorgeous Steel Shirt"
      }
    },
    {
      "downloads": {
        "linkText": "Bespoke Soft Sausages"
      }
    },
    {
      "downloads": {
        "linkText": "Generic Metal Sausages"
      }
    },
    {
      "downloads": {
        "linkText": "Recycled Wooden Gloves"
      }
    },
    {
      "downloads": {
        "linkText": "Handcrafted Plastic Towels"
      }
    }
  ]
}

No notes defined.