Kizspy | Question: 48 (Choose 2 answers)
You need to include a common header and footer in multiple EJS templates.
A. <%- include('header') %> includes the header partial.
B. <%- include('footer') %> includes the footer partial.
C. <h2>Welcome to the Home Page</h2> includes the content.
D. <title>Home</title> sets the page title.