= extend('layout');

= content('title', 'append')
  title Nice

= content('footer', 'prepend')
  p This is new footer

= partial('/partial.slm')
