Catalyst-Enzyme
view release on metacpan or search on metacpan
t/tutorial/BookShelf/root/base/header.tt view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>[% name %]</title>
<link title="[% name %]" href="/static/css/[% name | lower %].css" type="text/css" rel="stylesheet"/>
</head>
<body>
<div class="content">
<a href="/book">Book</a> |
<a href="/borrower">Borrower</a> |
<a href="/genre">Genre</a> |
<a href="/format">Format</a>
<br />
[%IF message %]
<div class="message">[% message | html %]</div>
[% END %]
[% IF error %]
<div class="error">[% error | html %]</div>
[% END %]
( run in 2.211 seconds using v1.01-cache-2.11-cpan-677af5a14d3 )