86 lines
1.9 KiB
HTML
86 lines
1.9 KiB
HTML
[viewBag]
|
|
|
|
[blogPosts postsMainLeft]
|
|
pageNumber = "{{ :page }}"
|
|
categoryFilter = "pomosh-eksporteram"
|
|
postsPerPage = 6
|
|
noPostsMessage = "No posts found"
|
|
sortOrder = "published_at desc"
|
|
categoryPage = 404
|
|
postPage = 404
|
|
|
|
[popularPosts]
|
|
category = "{{ :category }}"
|
|
postsLimit = 6
|
|
noPostsMessage = "No posts found"
|
|
postPage = 404
|
|
==
|
|
{% set postsMainLeft = postsMainLeft.posts %}
|
|
{% set postsMainRight = postsMainRight.posts %}
|
|
{% set populars = popularPosts.posts %}
|
|
|
|
|
|
|
|
<!-- MAIN ======== -->
|
|
<main class="main" style="margin-top: 40px;">
|
|
<div class="main-inner">
|
|
<section class="main-inner-content">
|
|
|
|
|
|
{% partial 'newHome/main-slider' %}
|
|
|
|
|
|
<section class="main-advert">
|
|
<div class="container main-news-container">
|
|
<div class="main-advert-inner">
|
|
|
|
<div class="swiper mainAdvertSwiper">
|
|
<div class="swiper-wrapper" id="adv_16">
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
<section class="sub-news">
|
|
|
|
<div class="container">
|
|
<div class="sub-news-inner">
|
|
|
|
{% partial 'test/special-projects2' categoryPosts = postsMainLeft %}
|
|
|
|
{% partial 'newHome/main-tender' categoryPosts = populars %}
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
|
|
{% partial 'newHome/right-sidebar'%}
|
|
|
|
</div>
|
|
</main>
|
|
<!-- MAIN end ======== -->
|
|
|
|
{% partial 'scripts/getAdv' groupId='16' %}
|
|
|
|
{% partial 'scripts/getAdv' groupId='2' %}
|
|
|
|
{% partial 'scripts/getAdv' groupId='17' %}
|
|
|
|
{% partial 'scripts/getAdv' groupId='18' %}
|
|
|
|
{% partial 'scripts/getAdv' groupId='19' %}
|
|
|
|
{% partial 'scripts/getAdv' groupId='20' %}
|
|
|
|
{% partial 'scripts/getAdv' groupId='21' %}
|
|
|
|
{% partial 'scripts/getAdv' groupId='22' %} |