`;
placeholder.insertAdjacentHTML(‘beforeend’, taboola);
} else {
const loadContent = async () => {
const postsHtml = await runInsertion();
placeholder.insertAdjacentHTML(‘beforeend’, taboola);
} else {
const loadContent = async () => {
const postsHtml = await runInsertion();
const viafouraPlaceholder = “;
console.log(“postsHTML”, postsHtml)
placeholder.insertAdjacentHTML(‘beforeend’, viafouraPlaceholder);
};
loadContent();
}

