ORIENT/themes/modern2/layouts/cms.htm

53 lines
1.2 KiB
HTML
Raw Normal View History

2021-05-10 12:01:19 +00:00
[localePicker]
forceUrl = 1
[SeoCmsPage]
2021-10-09 06:25:40 +00:00
[adverts]
code = "samsung"
type = "slider"
random = 0
2021-05-10 12:01:19 +00:00
==
<!DOCTYPE html>
<html lang="{{activeLocale}}">
<head>
{% component 'SeoCmsPage' %}
2021-05-21 07:27:29 +00:00
2021-05-10 12:01:19 +00:00
{% partial 'head' %}
</head>
<body>
2021-10-09 06:25:40 +00:00
<div class="main__banner" style="margin-bottom: 0;">
{% component 'adverts'%}
</div>
2021-05-10 12:01:19 +00:00
{% 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
============================================= -->
2021-06-17 10:12:49 +00:00
<!-- 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>
2021-05-10 12:01:19 +00:00
</body>
2021-05-21 07:27:29 +00:00
</html>