<% const { description: fs_description, hitokoto: fs_hitokoto } = theme.style.first_screen const { description: c_description } = config %>
<% if (fs_description || c_description || fs_hitokoto.enable) { %>
<%= fs_description || c_description %>
<% } %> <% if (fs_hitokoto.enable) { %> <% } %> <% if (theme.social_contact.enable) { %>
<% for (const key in theme.social_contact.links) { %> <% if(theme.social_contact.links[key]) { %> <% if(key === 'email') { %> <% } else { %> <% } %> <% } %> <% } %>
<% } %>