18 lines
779 B
HTML
18 lines
779 B
HTML
|
|
[viewBag]
|
||
|
|
==
|
||
|
|
<div class="sub-news-left" style="margin-bottom: 30px;gap: 0rem !important;">
|
||
|
|
<h2><a href="{{'new/group'|page({categoryGroup: 'news', slug:'novosti-biznesa'})}}">{{ 'new.home.page.left.special'|_ }} </h2>
|
||
|
|
<div class="sub-news-left-content">
|
||
|
|
|
||
|
|
{% for post in categoryPosts %}
|
||
|
|
{% partial 'newHome/post-item-img' post = post %}
|
||
|
|
{% endfor %}
|
||
|
|
|
||
|
|
<a href="{{'new/group'|page({categoryGroup: 'news', slug:'pomosh-eksporteram'})}}" class="aside-content-more" style="margin-top: 25px;">
|
||
|
|
<span>{{'new.read.more.usaid'|_}}</span>
|
||
|
|
<div class="aside-content-more-img">
|
||
|
|
<img src="{{'assets/new/icons/arrow-right-black.svg'|theme}}" alt="" />
|
||
|
|
</div>
|
||
|
|
</a>
|
||
|
|
</div>
|
||
|
|
</div>
|