% if(types == "v1") { %> Home Products About Us FAQ <% if(loggedIn == "true") { %> Transaction Logout <% } else { %> Login <% } %> View Bag <% } else if (types == "v2") { %> <%= title %> <% } else if (types == "v3") { %> <%= title %> Home Products About Us FAQ <% if(loggedIn == "true") { %> Transaction Logout <% } else { %> Login <% } %> View Bag <% } %>