<% if (user.role == "Teacher") { %> <% include teacherDashboard %> <% } %> <% if (user.role == "Student") { %> <% include studentDashboard %> <% } %>