<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">6M+</p>
                        <p class="template-stat-cards__description">In 2020, there were over 6 million attempts at creating fraudulent listings on Amazon. Is your brand protected from fraudsters?</p>
                    </div>
                </li>
            </ul>
        </div>
    </div>
</section>
{{ template("stat-cards", {
  "items": [
    {
      "value": "6M+",
      "description": "In 2020, there were over 6 million attempts at creating fraudulent listings on Amazon. Is your brand protected from fraudsters?",
      "class": "bg-pink"
    }
  ]
}) }}