2019-04-29 19:46:11 +03:00
|
|
|
<!DOCTYPE html>
|
2021-03-09 07:39:53 +02:00
|
|
|
<html lang="{{@site.locale}}">
|
2020-09-24 05:25:42 +03:00
|
|
|
|
2019-04-29 19:46:11 +03:00
|
|
|
<head>
|
2020-09-24 05:25:42 +03:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>{{meta_title}}</title>
|
|
|
|
<link rel="stylesheet" href="{{asset "built/screen.css"}}">
|
2021-11-05 10:21:16 +02:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Dosis:wght@700&family=Lora:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap">
|
2019-04-29 19:46:11 +03:00
|
|
|
|
2020-09-24 05:25:42 +03:00
|
|
|
{{ghost_head}}
|
2019-04-29 19:46:11 +03:00
|
|
|
</head>
|
2020-09-24 05:25:42 +03:00
|
|
|
|
2021-11-05 10:21:16 +02:00
|
|
|
<body class="{{body_class}}{{{block "body_class"}}}{{#match @custom.title_font "=" "Elegant serif"}} has-serif-title{{/match}}{{#match @custom.body_font "=" "Elegant serif"}} has-serif-body{{/match}}">
|
2020-09-24 05:25:42 +03:00
|
|
|
<div class="site">
|
|
|
|
{{> header}}
|
|
|
|
<div class="site-content">
|
|
|
|
{{{body}}}
|
|
|
|
</div>
|
|
|
|
{{> footer}}
|
2019-04-29 19:46:11 +03:00
|
|
|
</div>
|
|
|
|
|
2020-09-24 05:25:42 +03:00
|
|
|
{{> off-canvas}}
|
|
|
|
{{> pswp}}
|
2019-05-05 08:11:46 +03:00
|
|
|
|
2020-09-24 05:25:42 +03:00
|
|
|
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
|
|
|
|
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
|
|
|
|
crossorigin="anonymous">
|
|
|
|
</script>
|
|
|
|
<script src="{{asset "built/main.min.js"}}"></script>
|
2019-04-29 19:46:11 +03:00
|
|
|
|
2020-09-24 05:25:42 +03:00
|
|
|
{{> facebook}}
|
2019-05-01 11:20:04 +03:00
|
|
|
|
2020-09-24 05:25:42 +03:00
|
|
|
{{{block "scripts"}}}
|
2019-04-29 19:46:11 +03:00
|
|
|
|
2020-09-24 05:25:42 +03:00
|
|
|
{{ghost_foot}}
|
2019-04-29 19:46:11 +03:00
|
|
|
</body>
|
2020-09-24 05:25:42 +03:00
|
|
|
|
2019-04-29 19:46:11 +03:00
|
|
|
</html>
|