Catalyst-Enzyme

 view release on metacpan or  search on metacpan

lib/Catalyst/Helper/View/Enzyme/TT/root/base/header.tt  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
<head>
<title>[% name %]</title>
<link title="[% name %]" href="/static/css/[% name | lower %].css" type="text/css" rel="stylesheet"/>
</head>
<body>
 
<div class="content">

t/tutorial/BookShelf/root/base/header.tt  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
<head>
<title>[% name %]</title>
<link title="[% name %]" href="/static/css/[% name | lower %].css" type="text/css" rel="stylesheet"/>
</head>
<body>
 
<div class="content">



( run in 1.618 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )