% var title = "" %>
<% if(page.canonical_path == 'index.html') { title = "Landing Page view" %>
<% } else { title = page.content_type.charAt(0).toUpperCase() + page.content_type.slice(1); } %>
<% if(page.canonical_path == 'index.html') { %>
<% } else { %>
<% } %>