{% extends "/layout/bundle.html" %} {% from "/macros/bundle/profile-bundle-products.html" import bundleProductToggleNav, bundleProductToggleContent %} {% from "/macros/bundle/profile-bundle-pricing.html" import bundleSidebarPricing %} {% from "/macros/watch-demo.html" import watchDemoModal %} {% block profileContent %}

{{ bundle.overview.title | safe }}

{{ bundle.overview.description | safe }}

{% if bundle.overview.image %}
{% endif %}
{{ bundleProductToggleNav(bundle.items, 'product') }} {{ bundleSidebarPricing(bundle.pricing.editions, bundle.i18n.pricing) }}
{{ bundleProductToggleContent( bundle.items, 'product', bundle.i18n.viewProduct ) }}
{{ watchDemoModal(bundle.i18n.demo) }} {% endblock %}