35 lines
583 B
Scheme
Executable file
35 lines
583 B
Scheme
Executable file
<!doctype html>
|
|
<html lang="$ContentLocale">
|
|
<head>
|
|
<% base_tag %>
|
|
<title><% if $MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> » $SiteConfig.Title</title>
|
|
<meta name="viewport" content="width=device-width, shrink-to-fit=yes">
|
|
$MetaTags(false)
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
|
|
<% include Icons %>
|
|
<% include Requirements %>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
<% include Header %>
|
|
|
|
|
|
|
|
<div class="container">
|
|
$Layout
|
|
</div>
|
|
|
|
|
|
<% include Footer %>
|
|
|
|
|
|
</body>
|
|
</html>
|