2021-05-10 12:01:19 +00:00
title = "Главная"
url = "/"
layout = "master"
2021-06-18 11:22:58 +00:00
meta_title = "Последние актуальные новости Туркменистана и мира"
meta_description = "Главные и свежие новости Туркменистана за сегодня. Последние актуальные политические, экономические новости в
Туркменистане."
2021-05-10 12:01:19 +00:00
is_hidden = 0
2021-06-18 11:22:58 +00:00
seo_keywords = "Новости Туркменистана, последние новости Туркменистана, Туркменистан, Turkmenistan news, latest news of Turkmenistan, president of Turkmenistan, Türkmenistanyň sonky habarlary, täzelikler, syyýasy habarlar."
2021-05-10 12:01:19 +00:00
robot_index = "index"
robot_follow = "follow"
[viewBag]
localeTitle[en] = "Home"
2021-06-18 12:46:03 +00:00
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"
2021-05-10 12:01:19 +00:00
[blogCategories]
slug = "{{ :slug }}"
displayEmpty = 0
categoryPage = "category"
[adverts adv_center_1]
2021-05-10 12:27:07 +00:00
code = "bank"
2021-05-10 12:37:20 +00:00
type = "slider"
2021-05-10 12:01:19 +00:00
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
2021-05-10 12:36:09 +00:00
[adverts adv_center_5]
2021-06-02 11:07:53 +00:00
code = "very-bottom"
2021-05-10 12:36:09 +00:00
type = "slider"
random = 0
2021-05-10 12:01:19 +00:00
[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
2021-05-24 12:15:58 +00:00
[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
2021-05-10 12:01:19 +00:00
==
< 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 %}
2021-05-24 11:42:55 +00:00
< div class = "banner__mobile" >
2021-05-24 12:15:58 +00:00
{% component 'right_top_m' css_class= 'main__sidebar-adv' %}
2021-05-24 11:42:55 +00:00
< / div >
2021-05-10 12:01:19 +00:00
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
< / div >
< / div >
< div class = "main__banner" >
2021-05-10 12:36:09 +00:00
{% component 'adv_center_3' %}
2021-05-10 12:01:19 +00:00
< / div >
< div class = "main__body" >
< div class = "main__body-row" >
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
2021-05-24 11:42:55 +00:00
< div class = "banner__mobile" >
2021-05-24 12:15:58 +00:00
{% component 'right_middle_m' css_class = 'main__sidebar-adv' %}
2021-05-24 11:42:55 +00:00
< / div >
2021-05-10 12:01:19 +00:00
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
< / div >
< / div >
< div class = "main__banner" >
2021-05-10 12:36:09 +00:00
{% component 'adv_center_4' %}
2021-05-10 12:01:19 +00:00
< / div >
< div class = "main__body" >
< div class = "main__body-row" >
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
2021-05-24 11:42:55 +00:00
< div class = "banner__mobile" >
2021-05-24 12:15:58 +00:00
{% component 'right_bottom_m' css_class= 'main__sidebar-adv' %}
2021-05-24 11:42:55 +00:00
< / div >
2021-05-10 12:01:19 +00:00
{% partial 'index/category_posts' category = blogCategories.categories.shift %}
< / div >
< / div >
< div class = "main__banner" >
2021-05-10 12:36:09 +00:00
{% component 'adv_center_5' %}
2021-05-10 12:01:19 +00:00
< / div >
2021-05-24 11:42:55 +00:00
2021-05-10 12:01:19 +00:00
< / div >
< div class = "main__sidebar" >
2021-05-24 10:57:03 +00:00
{% partial 'sidebar__cards' %}
2021-05-10 13:27:01 +00:00
{% component 'right_top' css_class= 'main__sidebar-adv' %}
2021-05-10 12:01:19 +00:00
{% partial 'tags' %}
2021-05-10 13:27:01 +00:00
{% component 'right_middle' css_class = 'main__sidebar-adv' %}
2021-05-10 12:01:19 +00:00
{% partial 'calendar' %}
2021-05-10 13:27:01 +00:00
{% component 'right_bottom' css_class= 'main__sidebar-adv' %}
2021-05-10 12:01:19 +00:00
< / div >
< / div >
< / div >
< / section >
2021-06-18 12:41:32 +00:00
<!-- popUp end
================================================ -->
< section class = "popUp active" id = "popUp" >
< div class = "popUp__inner" >
< div class = "popUp__inner-header" >
< div class = "popUp__inner-header-logo" >
< img src = "images/logo.svg" alt = "" >
< / div >
< div class = "popUp__inner-header-close" id = "popUpClose1" >
< svg version = "1.1" id = "Layer_1" xmlns = "http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 492 492"
style="enable-background:new 0 0 492 492;" xml:space="preserve">
< g >
< g >
< path fill = "" d = "M300.188,246L484.14,62.04c5.06-5.064,7.852-11.82,7.86-19.024c0-7.208-2.792-13.972-7.86-19.028L468.02,7.872
c-5.068-5.076-11.824-7.856-19.036-7.856c-7.2,0-13.956,2.78-19.024,7.856L246.008,191.82L62.048,7.872
c-5.06-5.076-11.82-7.856-19.028-7.856c-7.2,0-13.96,2.78-19.02,7.856L7.872,23.988c-10.496,10.496-10.496,27.568,0,38.052
L191.828,246L7.872,429.952c-5.064,5.072-7.852,11.828-7.852,19.032c0,7.204,2.788,13.96,7.852,19.028l16.124,16.116
c5.06,5.072,11.824,7.856,19.02,7.856c7.208,0,13.968-2.784,19.028-7.856l183.96-183.952l183.952,183.952
c5.068,5.072,11.824,7.856,19.024,7.856h0.008c7.204,0,13.96-2.784,19.028-7.856l16.12-16.116
c5.06-5.064,7.852-11.824,7.852-19.028c0-7.204-2.792-13.96-7.852-19.028L300.188,246z" />
< / g >
< / g >
< / svg >
< / div >
< / div >
< div class = "popUp__inner-body" >
< div class = "popUp__inner-body-title" >
{{"Приложение"|_}} Orient news
< / div >
< div class = "popUp__inner-body-subtitle" >
{{"Будьте в курсе новостей с нами"|_}}
< / div >
< / div >
< div class = "popUp__inner-footer" >
< a href = "#" class = "popUp__inner-footer-btn" >
{{"Скачать"|_}}
< / a >
< div class = "popUp__inner-footer-close" id = "popUpClose2" >
Спасибо, не надо.
< / div >
< / div >
< / div >
< / section >
<!-- popUp end
================================================ -->
2021-06-02 11:14:53 +00:00
2021-05-10 12:01:19 +00:00
<!-- main end
2021-06-02 11:07:53 +00:00
================================================ -->