<!doctype html>
<html class="no-js"
      lang="en"
      itemscope="" itemtype="http://schema.org/WebPage">
<head>
  <meta charset="utf-8">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="description" itemprop="description" property="og:description" content="{{meta.description}}"/>

  <meta property="og:url" content="{{meta.url}}"/>
  <meta property="og:title" content="{{meta.title}}"/>
  <meta property="og:image" content="{{meta.image}}"/>
  <meta property="og:type" content="website"/>

  <title>{{meta.title}}</title>
  <base href="/">
</head>
<body>
<div id="root">
    <div ui-view></div>
</div>
</body>
</html>
