% if (configuration === 'square_card') { %>
<% if (pennant) { %>
<%- pennant %>
<% } %>
aria-describedby="<%- srInfo.id %>"
<% } %>
><%- title %>
<%- description %>
<% } else { %>
<% if (pennant) { %>
<%- pennant %>
<% } %>
aria-describedby="<%- srInfo.id %>"
<% } %>
><%- title %>
<%- description %>
<% } %>