In node/EJS when we take html from one EJS file and place it in another file. The /child/ file we placed inside a parent file is called a ... (nav.ejs head.ejs, footer.ejs) * code example
Example: add one file to another in ejs
<%- include('partials/messages'); %>