<% layout('layout_site') %> <% stylesheet('layout.css') %> <% script('layout.js') %>

Main Layout

This is the main page layout. It is wrapped by the layout_site layout. It adds the following blocks to the layout:

<% block('foobar', '

Hello from layout main!

') %> <%- body %>