cyberstammtisch-silverstripe/themes/monkee21/templates/Page.ss

36 lines
583 B
Scheme
Raw Normal View History

2023-01-03 22:38:16 +00:00
<!doctype html>
<html lang="$ContentLocale">
<head>
<% base_tag %>
<title><% if $MetaTitle %>$MetaTitle<% else %>$Title<% end_if %> &raquo; $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>