%- block('head') %>
Site Layout
This is the master site layout.
It is not wrapped by a layout.
It includes the following dynamic blocks:
- head: a block whose content is rendered in the HTML 'head' section
- foot: a block whose content is rendered just before the closing 'body' tag
<%- body %>
<%- block('foot') %>