TDH_2/themes/demo/layouts/default_new.htm

60 lines
2.3 KiB
HTML

[localePicker]
forceUrl = 1
==
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="{{ this.page.meta_title | default(this.theme.site)}}">
<meta name="description" content="{{ this.page.meta_description }}">
<meta name="canonical" content="{{ this.page.meta_canonical }}">
<meta name="keywords" content="{{ this.page.meta_keywords }}">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="{{ 'assets/images/favicon.png'|theme }}"/>
<link rel="shortcut icon" type="image/png" href="{{ 'assets/images/favicon.png'|theme }}"/>
<link rel="stylesheet" href="{{ ['assets/css/jquery.fancybox.min.css', 'assets/css/slick.css','assets/css/slick-theme.css', 'assets/css/n_main.css', 'assets/css/n_new.css', 'assets/css/owl.carousel.min.css', 'assets/css/owl.theme.default.css', 'assets/css/animate.css']|theme }}">
{% styles %}
<title>{{ this.page.title | default(this.theme.site)}}</title>
</head>
<body>
{% partial 'header' data=activeLocale %}
{% page %}
{% partial 'footer' %}
<!-- Top =================== -->
<span class="to-top" id="to-top">
<img src="{{ 'assets/images/top-arrow.png'|theme }}" alt="top-arrow">
</span>
<!-- Top =================== -->
</body>
<script src="{{ ['assets/js/jquery.js', 'assets/js/moment.min.js', 'assets/js/slick.min.js', 'assets/js/news-slider.js',
'assets/js/jquery.fancybox.min.js', 'assets/js/owl.carousel.min.js', 'assets/js/owl.carousel.extra.js', 'assets/js/modal-close.js',
'assets/js/wow.min.js', 'assets/js/n_main.js',]|theme }}"></script>
<script>
new WOW().init();
</script>
{% framework %}
<!-- <script src="{{ 'assets/js/main.js'|theme }}"></script> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BGT89NCBQC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BGT89NCBQC');
</script>
</html>