<section class="content-block template-content-feed layout-grid">
    <header class="template-header">
        <div class="grid-container">
            <h2 class=" h3">Get in our heads</h2>
        </div>
    </header>
    <div class="grid-container">
        <div class="template-content-feed__list">
            <a href="#" class="template-content-feed__item">
                <div class="template-content-feed__img-wrapper">
                    <img src="/nto/assets/images/cms/post-item-1.jpg" alt="How TropiClean grew their Amazon sales by 40%">
                </div>
                <div class="template-content-feed__content">
                    <p class="template-content-feed__preheadline">Whitepaper</p>
                    <h3 class="template-content-feed__headline">How TropiClean grew their Amazon sales by 40%</h3>
                </div>
            </a>
            <a href="#" class="template-content-feed__item">
                <div class="template-content-feed__img-wrapper">
                    <img src="/nto/assets/images/cms/post-item-1.jpg" alt="How TropiClean grew their Amazon sales by 40%">
                </div>
                <div class="template-content-feed__content">
                    <p class="template-content-feed__preheadline">Whitepaper</p>
                    <h3 class="template-content-feed__headline">How TropiClean grew their Amazon sales by 40%</h3>
                </div>
            </a>
            <a href="#" class="template-content-feed__item">
                <div class="template-content-feed__img-wrapper">
                    <img src="/nto/assets/images/cms/post-item-1.jpg" alt="How TropiClean grew their Amazon sales by 40%">
                </div>
                <div class="template-content-feed__content">
                    <p class="template-content-feed__preheadline">Whitepaper</p>
                    <h3 class="template-content-feed__headline">How TropiClean grew their Amazon sales by 40%</h3>
                </div>
            </a>
        </div>
    </div>
</section>
{{ template("content-feed", {
  "class": "layout-grid",
  "templateHeader": {
    "headers": [
      {
        "tag": "h2",
        "class": "h3",
        "text": "Get in our heads"
      }
    ]
  },
  "items": [
    {
      "link": "#",
      "img": "/assets/images/cms/post-item-1.jpg",
      "preheadline": "Whitepaper",
      "headline": "How TropiClean grew their Amazon sales by 40%"
    },
    {
      "link": "#",
      "img": "/assets/images/cms/post-item-1.jpg",
      "preheadline": "Whitepaper",
      "headline": "How TropiClean grew their Amazon sales by 40%"
    },
    {
      "link": "#",
      "img": "/assets/images/cms/post-item-1.jpg",
      "preheadline": "Whitepaper",
      "headline": "How TropiClean grew their Amazon sales by 40%"
    }
  ]
}) }}