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

Index Page

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

<% block('foobar', '

Hello from page test!

') %>