Files
Gainsight/Custom_Templates/v3-templates-12-16-24/bundle_product.html.liquid

11 lines
288 B
Plaintext

{% include "header" %}
<main class="np-main np-max-width np-page-container">
<div class="np-hidden-mobile">
{% include "bundle_product_desktop_view" %}
</div>
<div class="np-hidden-desktop">
{% include "bundle_product_mobile_view" %}
</div>
</main>
{% include "footer" %}