Fragments of design I’ve crafted, either from projects I've worked on, pitches, or just for fun.
View
}
// call custom javascript
smp_custom_js();
// call it again for every page change
window.addEventListener("sempliceAppendContent", function (e) {
smp_custom_js();
}, false);