NAME Catalyst::Helper::View::TT::Bootstrap::YUI - Generate TT templates using YUI SYNOPSIS Helper for TT view. Creates the `MyAppView/TT.pm' file and a template directory structure under MyApp/root containing templates, macros, and links to the hosted version of the YUI `reset-fonts-grids.css' file. Use the helper to create the view module and templates: $ script/myapp_create.pl view TT TT::Bootstrap::YUI The stash key for configuring everything is `$c->stash->{page}' with defaults in `MyApp/root/site/shared/base.tt'. Add something like the following to the page templates for your application [%~ page.layout = '2columns'; # use a 2 column layout (default is 'default') page.header = 'my_custom'; # will load root/site/header/my_custom.tt page.footer = 'none'; # don't display a footer # adds these tags to the page.head.stylesheets.push('foo.css','bar.css'); # adds these