ejs SyntaxError: Unexpected token '/' code example
Example: SyntaxError: Unexpected token '/' in C:\Users\SHUBHAM KUNWAR\Desktop\login\views\register.ejs while compiling ejs
<%- include('partials/messages'); %>
use this format
<%- include('partials/messages'); %>
use this format