Bracket
view release on metacpan or search on metacpan
root/lib/site/html.tt view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
[% 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 -%]
( run in 0.253 second using v1.01-cache-2.11-cpan-87723dcf8b7 )