<section class="content-block template-stat-cards">
    <div class="splide">
        <div class="splide__track">
            <ul class="splide__list">
                <li class="splide__slide">
                    <div class="template-stat-cards__card bg-orange">
                        <p class="template-stat-cards__value">80%</p>
                        <p class="template-stat-cards__description">80% of shoppers use Amazon to discover new products and brands.</p>
                    </div>
                </li>
                <li class="splide__slide">
                    <div class="template-stat-cards__card bg-yellow">
                        <p class="template-stat-cards__value">69%</p>
                        <p class="template-stat-cards__description">69% of customer searches do not include a brand name. We make your brand stand out, even anonymously.</p>
                    </div>
                </li>
            </ul>
        </div>
    </div>
</section>
{{ template("stat-cards", {
  "items": [
    {
      "value": "80%",
      "description": "80% of shoppers use Amazon to discover new products and brands.",
      "class": "bg-orange"
    },
    {
      "value": "69%",
      "description": "69% of customer searches do not include a brand name. We make your brand stand out, even anonymously.",
      "class": "bg-yellow"
    }
  ]
}) }}