<section class="c-downloads">
    <header>
        <h2>Downloads</h2>
    </header>
    <ul>
        <li><a href="">Luxurious Rubber Pizza</a></li>
        <li><a href="">Practical Rubber Fish</a></li>
        <li><a href="">Rustic Metal Chicken</a></li>
        <li><a href="">Recycled Steel Bacon</a></li>
        <li><a href="">Fantastic Wooden Chicken</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": "Luxurious Rubber Pizza"
      }
    },
    {
      "downloads": {
        "linkText": "Practical Rubber Fish"
      }
    },
    {
      "downloads": {
        "linkText": "Rustic Metal Chicken"
      }
    },
    {
      "downloads": {
        "linkText": "Recycled Steel Bacon"
      }
    },
    {
      "downloads": {
        "linkText": "Fantastic Wooden Chicken"
      }
    }
  ]
}

No notes defined.