ORIENT/themes/modern2/pages/index.htm

157 lines
5.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

title = "Главная"
url = "/qoldqq"
layout = "master"
meta_title = "Новости Туркменистана и мира"
meta_description = "Мы информируем о событиях, происшествиях и тенденциях, которые влияют на жизнь Туркменистана и всего Центрально-Азиатского региона. Ежедневно контент пополняется свежими и достоверными новостями."
is_hidden = 0
seo_keywords = "Новости Туркменистана, новости мира, последние новости, актуальные новости, президент, Гурбангулы Бердымухаммедов, События, Общество, Экономика, Культура, Экомир, Спорт. Технологии, независимое, информационное агентство, информагентство Туркменистана, страны, интересные новости, фото, видео, объявления, в Ашхабаде, в Туркменистане."
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_title[tm] = "Türkmenistanyň we dünýä habarlary"
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' %}
{% component 'right_middle' css_class = 'main__sidebar-adv' %}
{% component 'right_bottom' css_class= 'main__sidebar-adv' %}
{% partial 'tags' %}
{% partial 'calendar' %}
</div>
</div>
</div>
</section>
<!-- popUp end
================================================ -->
{% partial 'index/mobile_app' %}
<!-- popUp end
================================================ -->
<!-- main end
================================================ -->