The coach stands behind an offensive player and puts their left or right hand up to create the advantage. The offense attempts to convert the advantage while the defense gets back to neutral. This can then progress to bursts with the continuous hi-5 used on any possession change or score.
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);
}
});