% if (title) { %>
<%= title %>
<% } %>
<% for (const attributes of link) { %>
`${key}="${value}"`).join(' ') %> //>
<% } %>
<% for (const [name, content] of Object.entries(meta)) { %>
<% } %>
<% const fontNames = Object.values(fonts); %>
<% if (fontNames.length > 0) { %>
<% } %>
<% for (const [name, fields] of Object.entries(forms)) { %>
<% } %>