Bracket
view release on metacpan or search on metacpan
root/lib/site/html.tt view on Meta::CPAN
[% site_title = c.config.name _ " " _ c.config.year %]
<title>[% page_head_title or page_title or template.title %] : [% site_title %]</title>
[%- INCLUDE lib/site/javascripts.tt -%]
[%- INCLUDE lib/site/style_sheets.tt -%]
</head>
<body[% body_attributes %]>
<div id="body">
<header>
<h1 class="logo"><a href="">Bracket [% c.config.year %]</a></h1>
<a class="to_nav" href="#primary_nav">Menu</a>
</header>
<span class="message">[% status_msg || c.flash.status_msg %]</span>
<span class="error">[% error_msg %]</span>
<div id="content">
[%- content -%]
</div>
[% IF c.user_exists %]
( run in 0.512 second using v1.01-cache-2.11-cpan-49f99fa48dc )