2019-02-19 16:22:38 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="{{lang}}">
|
|
|
|
<head>
|
|
|
|
{{!-- Document Settings --}}
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
|
|
|
{{!-- Base Meta --}}
|
|
|
|
<title>{{meta_title}}</title>
|
|
|
|
<meta name="HandheldFriendly" content="True" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
|
|
|
{{!-- Styles'n'Scripts --}}
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{asset "css/app.css"}}" />
|
|
|
|
|
|
|
|
{{!-- This tag outputs SEO meta+structured data and other important settings --}}
|
|
|
|
{{ghost_head}}
|
|
|
|
</head>
|
|
|
|
<body class="{{body_class}}">
|
|
|
|
{{!-- The #block helper will pull in data from the #contentFor other template files --}}
|
|
|
|
{{{block "scripts"}}}
|
|
|
|
|
|
|
|
{{!-- Ghost outputs important scripts and data with this tag --}}
|
|
|
|
{{ghost_foot}}
|
|
|
|
</body>
|
|
|
|
</html>
|