57 lines
1.3 KiB
HTML
57 lines
1.3 KiB
HTML
[localePicker]
|
|
forceUrl = 1
|
|
|
|
[SeoCmsPage]
|
|
|
|
[adverts]
|
|
code = "samsung"
|
|
type = "slider"
|
|
random = 0
|
|
==
|
|
<!DOCTYPE html>
|
|
<html lang="{{activeLocale}}">
|
|
<head>
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4375305456879458"
|
|
crossorigin="anonymous"></script>
|
|
{% component 'SeoCmsPage' %}
|
|
|
|
{% partial 'head' %}
|
|
</head>
|
|
<body>
|
|
{% partial 'snowfall' %}
|
|
<div class="main__banner" style="margin-bottom: 0;">
|
|
{% component 'adverts'%}
|
|
</div>
|
|
{% partial 'header' %}
|
|
<!-- main start
|
|
================================================ -->
|
|
<main class="main mr-top-bot">
|
|
<div class="auto__container">
|
|
<main class="main__inner">
|
|
{% page %}
|
|
</main>
|
|
</div>
|
|
</main>
|
|
|
|
{% partial 'footer' %}
|
|
|
|
<!-- javascript start
|
|
============================================= -->
|
|
<script src="{{ ['assets/js/jquery.js','assets/js/menu.js']|theme }}"></script>
|
|
{% framework extras %}
|
|
{% scripts %}
|
|
|
|
<!-- javascript end
|
|
============================================= -->
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H3SGT064RN"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-H3SGT064RN');
|
|
</script>
|
|
</body>
|
|
|
|
</html> |