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