% if (typeof(title) != "undefined") { %>
${ title }<% }; if (typeof metaTags !== 'undefined') { metaTags.forEach(tag => { %>
${ tag }<% })}; if (typeof headTags !== 'undefined') { headTags.forEach(tag => { %>
${ tag }<% })}; %>
<% if (typeof contentTags !== 'undefined') { contentTags.forEach(tag => { %>
${ tag }<% })}; %>
${ content }
<% if (typeof bodyTags !== 'undefined') { bodyTags.forEach(tag => { %>
${ tag }<% })}; %>