{% assign related_product = site.data.category_products | where: "category", page.category | first %} {% if related_product %} {% assign product = site.data.products | where: "id", related_product.product_id | first %} {% if product %} {% include cta/product.html
product_id=product.id medium="blog-category" content="category-page" %} {% endif %} {% endif %}
{% include cta/newsletter.html title="Subscribe to My Newsletter" description="Get the latest articles, tutorials, and insights delivered directly to your inbox." medium="blog" campaign="category-page" content="newsletter-cta" %}