edition/partials/shop/top.hbs

18 lines
444 B
Handlebars

<div class="rose-ash">
<div
hx-get="shop/?"
hx-trigger="load delay:1ms"
hx-headers='{ "rose-ash-shop": "true", "rose-ash-shop-layout-top": "post" }'
hx-on::config-request = "
//e vent.detail.path += window.location.search
const param = new URLSearchParams(window. location.search)
param.set('embed', 'true')
event.detail.path += param.toString()
"
hx-swap="outerHTML"
>
</div>
</div>