Apache2-WebApp-Toolkit
view release on metacpan or search on metacpan
usr/share/webapp-toolkit/error.tt view on Meta::CPAN
This is where the HTML content resides.
For more information on directives that can be used
within this template, please refer to:
http://template-toolkit.org/docs/manual
-->
[%- stag = "[\%" etag = "%\]" %]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>[% project_title %] - Error</title>
</head>
<body>
<h1>Error</h1>
<hr></hr>
usr/share/webapp-toolkit/index_html.tt view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Apache2::WebApp::Toolkit - [% project_title %]</title>
</head>
<body>
<h2>Default Index</h2>
<p>
usr/share/webapp-toolkit/template.tt view on Meta::CPAN
<!--
This is where the HTML markup resides.
For more information on directives that can be used
within this template, please refer to:
http://template-toolkit.org/docs/manual
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>[% IF package_name %]Apache2::WebApp::Toolkit -[% END %] [% project_title %]</title>
</head>
<body>
[%- IF package_name %]
<h2>It works!</h2>
( run in 1.471 second using v1.01-cache-2.11-cpan-49f99fa48dc )