<% var data = { "hello": "world" }; %> <% include('header.html', data); include('footer.html', data); %> <% include('/header.html', data); include('/footer.html', data); %>