Let\'s say I saved a snipplet of a footer. How do I \"include\" that in my current template?
In Same DIR <%- include('header'); -%>
<%- include('header'); -%>
Root DIR <%- include('../partials/header'); -%>
<%- include('../partials/header'); -%>
Works with EJS v3.0.1