Players receive a PVC pipe and complete various activities to interact with the pipe in different ways. Gamified activities can be created accordingly, as well as providing a level of autonomy by allowing the players to create their own warm-ups with the pipe.
document.addEventListener('DOMContentLoaded', function() {
const pagination = document.querySelector('.navigation');
const postsContainer = document.querySelector('.postloopcontainer');
if (pagination && postsContainer) {
// Ensure we move the pagination after the last post
postsContainer.parentNode.insertBefore(pagination, postsContainer.nextSibling);
}
});