<%
print("Header:\n");
include('header.ejs');

print("Content:\n");
include('content.ejs');

print("Footer:\n");
include('footer.ejs');
%>