2021-06-19 21:30:03 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="$ContentLocale.ATT" dir="$i18nScriptDirection.ATT">
|
|
|
|
<%-- manifest="/cache.appcache" --%>
|
|
|
|
<head>
|
|
|
|
<% include MetaHead %>
|
|
|
|
</head>
|
|
|
|
|
2021-12-02 00:31:22 +01:00
|
|
|
<body class="is-online"<% with $SiteConfig %> data-default-lng="$Longitude" data-default-lat="$Latitude"<% end_with %>>
|
2021-06-19 21:30:03 +02:00
|
|
|
<div class="wrapper">
|
|
|
|
<% include First %>
|
|
|
|
|
|
|
|
<div id="MetaLightboxApp"></div>
|
|
|
|
|
|
|
|
<header id="Header">
|
|
|
|
<% include Header %>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main id="MainContent" class="page-content" data-ajax-region="LayoutAjax">
|
|
|
|
<% include MainContent Layout=$Layout %>
|
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<footer id="Footer" class="site-footer footer">
|
|
|
|
<% include Footer %>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
<% include Last %>
|
|
|
|
</body>
|
|
|
|
</html>
|