2014-08-09 18:33:22 +00:00
|
|
|
$newline never
|
2014-08-12 16:16:27 +00:00
|
|
|
$doctype 5
|
|
|
|
<html class="no-js" lang="en">
|
2014-08-09 18:33:22 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
2015-01-12 20:31:29 +00:00
|
|
|
<title>#{pageTitle wc}
|
2014-08-09 18:33:22 +00:00
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
2015-01-11 07:06:48 +00:00
|
|
|
<noscript>
|
|
|
|
<link rel="stylesheet" href=@{StaticR css_style_css} />
|
|
|
|
<link rel="stylesheet" href=@{StaticR css_style_global_css} />
|
|
|
|
<link rel="stylesheet" href=@{StaticR css_style_desktop_css} />
|
|
|
|
<link rel="stylesheet" href=@{StaticR css_style_noscript_css} />
|
2014-08-09 18:33:22 +00:00
|
|
|
|
|
|
|
^{pageHead pc}
|
2015-01-12 20:31:29 +00:00
|
|
|
^{pageHead wc}
|
2014-08-09 18:33:22 +00:00
|
|
|
|
|
|
|
<body>
|
2015-01-11 07:06:48 +00:00
|
|
|
<div id="wrapper">
|
|
|
|
^{pageBody pc}
|