error_outline <% if (product.sku.length > 12) { %> <%- product.sku.match(/.{1,9}/) %>... <% } else { %> <%- product.sku %> <% } %>