<!doctype html>
<html>
<head>
    <title>{{$page.title}}</title>
    <meta name="spm-id" content="{{$page.spm[0]}}">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta charset="{{$page.charset || "utf8"}}">
    <meta name="keywords" content="{{$page.keywords}}" />
    <meta name="description" content="{{$page.description}}" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="apple-mobile-web-app-capable" content="yes"/>
    <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
    <meta name="format-detection" content="telephone=no"/>
    <meta name="aplus-touch" content="1">
    {{header}}
    <link rel="stylesheet" href="{{frameworkCss}}"/>
    <script src="{{frameworkSeedJs}}"></script>
    <script src="{{frameworkJs}}"></script>
    <script>{{alias}}</script>
    {{ assets('css') }}
    {{ assets('js') }}
</head>
<body data-spm="{{$page.spm[1]}}">
  {{nav}}
  <section class="page-layout page-main-content">
    {{block ("body") }}
  </section>
  {{footer}}
</body>
</html>
