% /* Place any styles in the page in this section. */ %>
<%- style %>
<% /*
Define an required placeholder for the header.
If a page doesn't define a header, there will be an error when rendering.
*/ %>
<%- header %>
<%- body %>
<% /* Place any scripts contained in views at the end of the page. */ %>
<%- script %>