<% if(rc.status === 'Available') { %>
<%= rc.title %>
<% } %>

<%= rc.title %>

<%= rc.location %>
House type <%= rc.type %>
Plot <%= rc.plot %>
<% if(rc.status === 'Available') { %>
<%= rc.rooms %>
£<%= rc.cost %>
<% if(rc.hasOffer) { %>
star
Offers
Available
<% } %> View home <% } else { %>
SOLD
<% } %>