ORIENT/themes/modern2/pages/index.htm

158 lines
5.3 KiB
HTML

title = "Главная"
url = "/"
layout = "master"
meta_title = "Новости Туркменистана и мира"
meta_description = "Новости Туркменистана за сегодня. Последние актуальные политические, экономические новости в
Туркменистане."
is_hidden = 0
seo_keywords = "Новости Туркменистана, последние новости Туркменистана, Туркменистан, Turkmenistan news, latest news of Turkmenistan, president of Turkmenistan, Türkmenistanyň sonky habarlary, täzelikler, syýasy habarlar."
robot_index = "index"
robot_follow = "follow"
[viewBag]
localeTitle[en] = "Home"
localeMeta_title[en] = "All main news of Turkmenistan today. Latest news of the region."
localeMeta_description[en] = "Events. The main and latest news of politics for today. Latest political news of Turkmenistan"
[blogCategories]
slug = "{{ :slug }}"
displayEmpty = 0
categoryPage = "category"
[adverts adv_center_1]
code = "bank"
type = "slider"
random = 0
[adverts adv_center_2]
code = "bottom"
type = "slider"
random = 0
[adverts adv_center_3]
code = "cnpc"
type = "slider"
random = 0
[adverts adv_center_4]
code = "china-daily"
type = "slider"
random = 0
[adverts adv_center_5]
code = "very-bottom"
type = "slider"
random = 0
[adverts right_top]
code = "right-top"
type = "slider"
random = 0
[adverts right_middle]
code = "right-middle"
type = "slider"
random = 0
[adverts right_bottom]
code = "right-bottom"
type = "slider"
random = 0
[adverts right_top_m]
code = "right-top"
type = "slider"
random = 0
[adverts right_middle_m]
code = "right-middle"
type = "slider"
random = 0
[adverts right_bottom_m]
code = "right-bottom"
type = "slider"
random = 0
==
<section class="hero">
<div class="auto__container">
<div class="hero__inner">
{% partial 'slider' %}
</div>
</div>
</section>
<!-- main start
================================================ -->
<section class="main">
<div class="auto__container">
<div class="main__inner">
<div class="main__content">
<div class="main__banner">
{% component 'adv_center_1' %}
</div>
<!-- event start ================================================ -->
{% partial 'index/top_section' category = blogCategories.categories.shift %}
<!-- event end ================================================ -->
<div class="main__banner">
{% component 'adv_center_2' %}
</div>
<div class="main__body">
<div class="main__body-row">
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
<div class="banner__mobile">
{% component 'right_top_m' css_class= 'main__sidebar-adv' %}
</div>
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
</div>
</div>
<div class="main__banner">
{% component 'adv_center_3' %}
</div>
<div class="main__body">
<div class="main__body-row">
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
<div class="banner__mobile">
{% component 'right_middle_m' css_class = 'main__sidebar-adv' %}
</div>
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
</div>
</div>
<div class="main__banner">
{% component 'adv_center_4' %}
</div>
<div class="main__body">
<div class="main__body-row">
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
<div class="banner__mobile">
{% component 'right_bottom_m' css_class= 'main__sidebar-adv' %}
</div>
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
</div>
</div>
<div class="main__banner">
{% component 'adv_center_5' %}
</div>
</div>
<div class="main__sidebar">
{% partial 'sidebar__cards' %}
{% component 'right_top' css_class= 'main__sidebar-adv' %}
{% partial 'popular-posts' %}
{% partial 'tenders' %}
{% partial 'tags' %}
{% component 'right_middle' css_class = 'main__sidebar-adv' %}
{% partial 'calendar' %}
{% component 'right_bottom' css_class= 'main__sidebar-adv' %}
</div>
</div>
</div>
</section>
<!-- popUp end
================================================ -->
{% partial 'index/mobile_app' %}
<!-- popUp end
================================================ -->
<!-- main end
================================================ -->