<% if(data.buttons.length > 0){ %>
<% _.each(data.buttons, function(button) { %>
<% if(button.class == 'subscribe') { %>
<% } %>
<% }); %>
<% } %>
<% if(data.buttons.length > 0){ %>
<% _.each(data.buttons, function(button) { %>
<% if(button.class != 'subscribe') { %>
<% } %>
<% }); %>
<% } %>
<% if(data.socialLinks.length > 0){ %>
<% } %>