148 lines
5.1 KiB
HTML
148 lines
5.1 KiB
HTML
title = "Главная"
|
|
url = "/"
|
|
layout = "master"
|
|
is_hidden = 0
|
|
seo_keywords = "новости алтын асыр, новости золотой век, Туркменистан алтын асыр, туркменские новости, туркменистан онлайн новости, новости туркменистана, новости туркменистана сегодня, последние новости туркменистана
|
|
срочные новости туркменистана, свежие новости туркменистана, туркменистан последние новости свежие, новости туркменистана свежие события,свежие новости туркменистана онлайн, новости туркменистана, самые свежие новости, лента новостей туркменистана, новости про туркменистан"
|
|
robot_index = "index"
|
|
robot_follow = "follow"
|
|
|
|
[viewBag]
|
|
localeTitle[en] = "Home"
|
|
|
|
[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 'tags' %}
|
|
{% component 'right_middle' css_class = 'main__sidebar-adv' %}
|
|
{% partial 'calendar' %}
|
|
{% component 'right_bottom' css_class= 'main__sidebar-adv' %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
<!-- main end
|
|
================================================ --> |