28 lines
700 B
Scheme
Raw Normal View History

2018-02-05 18:11:01 +07:00
<!DOCTYPE html>
<html lang="$ContentLocale.ATT" dir="$i18nScriptDirection.ATT">
<%-- manifest="/cache.appcache" --%>
<head>
<% include MetaHead %>
2018-02-05 18:11:01 +07:00
</head>
2018-03-24 17:45:31 +07:00
2018-08-26 17:46:03 +07:00
<body oncontextmenu="return false;"<% with $SiteConfig %> data-default-lng="$Longitude" data-default-lat="$Latitude"<% end_with %>>
2019-07-18 13:09:58 +07:00
<% include First %>
2018-09-15 05:55:42 +07:00
<div class="wrapper">
2019-11-08 01:26:33 +07:00
<header id="Header">
<% include Header %>
</header>
2018-02-05 18:11:01 +07:00
<main id="MainContent" data-ajax-region="LayoutAjax">
2020-08-04 21:17:23 +07:00
<% include MainContent Layout=$Layout %>
</main>
</div>
2019-08-27 22:25:05 +07:00
<footer id="Footer" class="site-footer footer">
<% include Footer %>
2018-02-05 18:11:01 +07:00
</footer>
2019-12-18 03:43:28 +07:00
<% include Last %>
2018-02-05 18:11:01 +07:00
</body>
2018-06-23 17:27:06 +07:00
</html>