`) where the total price of selected products will be displayed. Example: `
` |
+
+#### Usage examples
+
+**Example #1**:
+
+Basic bundle with summary:
+
+```html
+
+
+
+
+
+
+
+
+```
+
+**Example #2**:
+
+Bundle with custom summary template:
+
+```html
+
+
+
+
+
+ Total:
+
+
+```
+
+{% hint style="info" %}
+Checkout our API documentation on \`nosto-bundle\` custom element [here](https://nosto.github.io/web-components/classes/Bundle.html)
+{% endhint %}
+
## Vue-like templating
`Campaign` supports a subset of Vue templating as the templating language. The supported features are mustache interpolation and the directives that are listed below. Reactivity is not supported.