<% _.each(miniGroup, function(card) { %>
<% var card_json = JSON.stringify(card).replace(/"/g, "'"); %>
<% if (card.type === 'infoCard' || card.type === 'infoCardHorizontal') { %>
<% } else if (card.type === 'shortcutCard') { %>
<% } else if (card.type === 'featureCard') { %>
<% }
}); %>
<% }
if (boton && boton.label) {%>
<% } %>