<% const entry = values[0];%> <% if(entry) { %>

<%=entry.Company%>

<%= entry.About %>
<%= entry['Remote status'] %> <%= entry.Employees %> <%= entry.Type %>
<% const markets = entry.Markets ? entry.Markets : [] for(const tag of markets) { %> <%= tag %> <% } %>
<% const val = entry['Glassdoor rating'] const renderStar = (val, rt) => ``; %> <% if(val) { %> <% let i = 1; for( i = 1; i<= 5; i++) { %> <%-renderStar(val, i);%> <% }%> <% } %>
<% } else { %>
Company not found
<% } %>