<% if(matches != null) { %> <% matches.forEach(function(match, index) { %> <% if(match.home_team.logo != null) { %> <% } else { %> default image <% } %>

Match ID: <%- match.match_id %>

Home Team: <%- match.home_team.name %>

Away Team: <%- match.away_team.name %>

Full-Time: <%- match.stats.ft_score %>

<% }) %> <% } else { %>

No Matches Found

<% } %>