I'm currently building a Shopify site with Gatsby and trying to implement a subscription with the Shopify App (Paywhirl). According to the instructions, I need to INCLUDE the liquid provided by the Paywhirl App in the theme.
Snippet example is below.
{% include 'paywhirl-subscriptions-cart-selling-plans', item: item %}
We can insert liquid variables in modules like react-liquid, but is there a way to include Liquid in React?