ORIENT/themes/modern2/layouts/contacts.htm

49 lines
1.1 KiB
HTML
Raw Normal View History

2021-05-10 12:01:19 +00:00
[localePicker]
forceUrl = 1
[SeoStaticPage]
[staticPage]
useContent = 1
default = 0
==
<!DOCTYPE html>
<html lang="{{activeLocale}}">
<head>
{% component 'SeoStaticPage' %}
{% partial 'head' %}
</head>
<body>
{% partial 'header' %}
<section class="main mr-top-bot">
<div class="auto__container">
<main class="main__inner contact">
<div class="main__content">
{% placeholder form %}
</div>
<div class="main__sidebar ">
{% page %}
</div>
</main>
</div>
</section>
{% partial 'footer' %}
<!-- javascript start
============================================= -->
<script src="{{ ['assets/js/jquery.js','assets/js/menu.js']|theme }}"></script>
{% framework extras %}
<!-- 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-06-17 10:12:49 +00:00
</html>