client/app/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">

    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">

    <link rel="manifest" href="/app/assets/manifest.json">

    {{{ extraClientHead }}}

    <title>Mas</title>

    <script>config = {{{ jsConfig }}}</script>

    {{content-for "head"}}

    <!-- MAS frontent version: {{{ revision }}} -->

    <link rel="stylesheet" href="/app/assets/vendor.css">
    <link rel="stylesheet" href="/app/assets/mas.css">
    <link rel="icon" type="image/x-icon" href="/website-assets/favicon.ico">

    <style id="theme-stylesheet"></style>

    {{content-for "head-footer"}}
  </head>
  <body>
    {{content-for "body"}}

    {{{ extraClientBody }}}

    <script src="/app/assets/vendor.js"></script>
    <script src="/app/assets/mas.js"></script>

    {{content-for "body-footer"}}
  </body>
</html>