<div class="layout-default">
	<?php if (!empty($heading) && !empty($posts)) : ?>
		<h2><?php echo esc_html($heading); ?></h2>
	<?php endif; ?>
	<div data-grid-items class="bw-items">
		<?php echo empty($posts) ? 'No items found' : $posts ?>
	</div>
	<div>
		<a data-show-more class="bw-show-more" href="javascript:void(0);">Show More</a>
	</div>
</div>
