2009-07-18 20:02:30 -06:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
2007-05-28 20:58:00 -06:00
|
|
|
<head>
|
|
|
|
|
2008-09-21 09:01:51 -06:00
|
|
|
<title>%($pageTitle%)</title>
|
2007-05-28 20:58:00 -06:00
|
|
|
|
2009-07-18 20:02:30 -06:00
|
|
|
<link rel="stylesheet" href="/pub/style/style.css" type="text/css" media="screen, handheld" title="default">
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon">
|
2009-03-13 06:04:25 -06:00
|
|
|
% if(test -f $sitedir/_werc/pub/style.css)
|
2009-07-18 20:02:30 -06:00
|
|
|
% echo ' <link rel="stylesheet" href="/_werc/pub/style.css" type="text/css" media="screen" title="default">'
|
2009-03-13 06:04:25 -06:00
|
|
|
|
2009-07-18 20:02:30 -06:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
% # Legacy charset declaration for backards compatibility with non-html5 browsers.
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
2007-05-28 20:58:00 -06:00
|
|
|
|
2009-02-12 19:32:24 -07:00
|
|
|
% if(! ~ $#meta_description 0)
|
2009-07-18 20:02:30 -06:00
|
|
|
% echo ' <meta name="description" content="'$"meta_description'">'
|
2009-02-12 19:32:24 -07:00
|
|
|
% if(! ~ $#meta_keywords 0)
|
2009-07-18 20:02:30 -06:00
|
|
|
% echo ' <meta name="keywords" content="'$"meta_keywords'">'
|
2007-06-27 23:23:12 -06:00
|
|
|
|
2009-02-12 19:32:24 -07:00
|
|
|
% h = `{get_lib_file headers.inc}
|
2008-09-04 17:28:30 -06:00
|
|
|
% if(! ~ $#h 0)
|
|
|
|
% cat $h
|
|
|
|
|
2009-02-01 12:04:28 -07:00
|
|
|
%($"extraHeaders%)
|
2007-06-27 23:23:12 -06:00
|
|
|
|
2007-05-28 20:58:00 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|