<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-pink">
                        <p class="template-stat-cards__value">70+%</p>
                        <p class="template-stat-cards__description">Over 70% of online shoppers start their searches on marketplaces like Amazon. Can your customers find you there?</p>
                    </div>
                </li>
                <li class="splide__slide">
                    <div class="template-stat-cards__card bg-yellow">
                        <p class="template-stat-cards__value">15%</p>
                        <p class="template-stat-cards__description">Only ~15% of brands achieve optimal visibility and sales in online marketplaces while 100% of Neato partners do.</p>
                    </div>
                </li>
            </ul>
        </div>
    </div>
</section>
{{ template("stat-cards", {
  "items": [
    {
      "value": "70+%",
      "description": "Over 70% of online shoppers start their searches on marketplaces like Amazon. Can your customers find you there?",
      "class": "bg-pink"
    },
    {
      "value": "15%",
      "description": "Only ~15% of brands achieve optimal visibility and sales in online marketplaces while 100% of Neato partners do.",
      "class": "bg-yellow"
    }
  ]
}) }}