CatalystX-Resource

 view release on metacpan or  search on metacpan

t/lib/TestApp/root/templates/wrapper.tt  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html>
    <head>
    </head>
    <body>
        <div id="content">
            <div id="msg">[% msg %]</div>
            <div id="error_msg">[% error_msg %]</div>
            [% content %]
        </div>



( run in 0.713 second using v1.01-cache-2.11-cpan-87723dcf8b7 )