<% if (title === 'Home') { %>
  • Home
  • <% } else { %>
  • Home
  • <% } %> <% if (title === 'Services') { %>
  • Services
  • <% } else { %>
  • Services
  • <% } %> <% if (title === 'Products') { %>
  • Products
  • <% } else { %>
  • Products
  • <% } %> <% if (title === 'About') { %>
  • About Us
  • <% } else { %>
  • About Us
  • <% } %> <% if (title === 'Contact') { %>
  • Contact Us
  • <% } else { %>
  • Contact Us
  • <% } %>