mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
34 lines
967 B
Scheme
Executable File
34 lines
967 B
Scheme
Executable File
<!DOCTYPE html>
|
|
<html lang="$ContentLocale.ATT" dir="$i18nScriptDirection.ATT">
|
|
<%-- manifest="/cache.appcache" --%>
|
|
<head>
|
|
<% include MetaHead %>
|
|
</head>
|
|
|
|
<body class="is-online"<% with $SiteConfig %> data-default-lng="$Longitude" data-default-lat="$Latitude"<% end_with %>>
|
|
<div id="TopAnchor"></div>
|
|
<div class="wrapper">
|
|
<% include First %>
|
|
|
|
<div id="MetaLightboxApp"></div>
|
|
|
|
<header id="Header">
|
|
<% include Header %>
|
|
</header>
|
|
|
|
<div id="MainContent" class="page-content" data-ajax-region="LayoutAjax"<% if $isLegacy %> data-legacy="true"<% end_if %>>
|
|
<% if $isFormResponse || $isLegacy %>
|
|
<%-- Legacy code compatibility --%>
|
|
<% include MainContent Layout=$Layout %>
|
|
<% end_if %>
|
|
</div>
|
|
</div>
|
|
|
|
<footer id="Footer" class="site-footer footer">
|
|
<% include Footer %>
|
|
</footer>
|
|
|
|
<% include Last %>
|
|
</body>
|
|
</html>
|