<div class="frow wrap--multimedia type-recommended">
	<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
		<div>
			<h1>{{__ 'Vă recomandăm'}}</h1>
			<a href="/{{ __exposed.currentLanguage }}/top" class="btn btn--dark btn--rounded">{{__ 'Mai mult'}}</a>
		</div>
	</div>
	<div class="col-lg col-md col-sm-12 col-xs-12">
		<div class="frow wrap--posts">
			{{#each promoted_articles.recommended}}
				<div class="col-sm-6 col-xs-12">
					<a href="/{{ ../__exposed.currentLanguage }}{{ this.url }}" class="item{{#unless this.image}} no-image{{/unless}}"
					   style="{{#if this.image}}background-image: url({{ this.image }}){{/if}}">
						<span class="title">{{ this.title }}</span>
					</a>
				</div>
			{{/each}}
		</div>
	</div>
</div>
