# Banner

## App block alternative

If your theme supports App blocks (introduced in Online Store 2.0), avoid editing the theme and use the [Product Page Banner App block](https://developers.discountninja.io/discount-ninja-developer-hub/theme-edits/app-blocks/product-page-banner) instead.

## Placeholder

### Snippet

Use the following snippet to add the placeholder in a Liquid template:

```html
<div la-dn-product-banner></div>
```

### Example

```html
<div class="title">
    <h1>{{ product.title | escape }}</h1>
    ...
</div>
<div la-dn-product-banner></div>
```
