2014-08-09 20:33:22 +02:00
|
|
|
$newline never
|
2014-08-12 18:16:27 +02:00
|
|
|
$doctype 5
|
|
|
|
<html class="no-js" lang="en">
|
2014-08-09 20:33:22 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
2015-01-12 21:31:29 +01:00
|
|
|
<title>#{pageTitle wc}
|
2014-08-09 20:33:22 +02:00
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
2015-01-11 08:06:48 +01: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 20:33:22 +02:00
|
|
|
|
|
|
|
^{pageHead pc}
|
2015-01-12 21:31:29 +01:00
|
|
|
^{pageHead wc}
|
2014-08-09 20:33:22 +02:00
|
|
|
|
|
|
|
<body>
|
2015-01-11 08:06:48 +01:00
|
|
|
<div id="wrapper">
|
|
|
|
^{pageBody pc}
|