<% if (item.path) { %> <%= item.title %> <% } else if (item.url) { %> <%= item.title %> <% } else { %> <%= item.title %> <% } %>
<% if (item.description) { %> <% if (item.path) { %><%- item.description %>
<% } else if (item.url) { %><%- item.description %>
<% } else { %><%- item.description %>
<% } %> <% } %> <% if (item.path || item.url) { %> <% const href = item.path || item.url; %> <% const external = !item.path && item.url; %> target="_blank" rel="noopener"<% } %> > Read more <% } %>