<%- item.name %>
<% if (item.position) { %><%- item.position %>
<% } %>
<% if (item.tagline) { %>
<%- item.tagline %>
<% } %>
<% if (item.cv) { %>
Download CV
<% } %>
<% if (item.email) { %>
Email
<% } %>
<% if (item["website-external"]) { %>
Personal Website ↗
<% } %>