` ) .join("")}
${posts .slice(1, 4) .map( (post) => ` ` ) .join("")}
`; contentDiv.insertAdjacentHTML("afterBegin", template); } });