11 lines
356 B
HTML
11 lines
356 B
HTML
[viewBag]
|
|
==
|
|
<div class="sub-news-left">
|
|
<h2><a href="{{'new/group'|page({categoryGroup: 'news', slug:'novosti-biznesa'})}}">{{ 'new.home.page.left'|_ }}</a></h2>
|
|
<div class="sub-news-left-content">
|
|
|
|
{% for post in categoryPosts %}
|
|
{% partial 'newHome/post-item-img' post = post %}
|
|
{% endfor %}
|
|
</div>
|
|
</div> |