_e($postData->thumbnailURL);
?>
" alt="">
		</div>
	</div>
	<div class="left">
		<h3 class="article-heading text-color"><?php 
_e($postData->title);
?>
</h3>
		<div class="article-description">
			<p class="location">
				<?php 
_e($postData->place->title);
?>
, <span class="location"><?php 
echo TemplateTag()->formatLocation($postData->place->location);
?>
</span>
			</p>
			<p><?php 
_e($postData->description);
?>
</p>
		</div>
		<a href="<?php 
_e(get_permalink());
?>
" class="article-link text-color">XEM THÊM</a>
	</div>
</article>
?>
 - <?php 
_e($event->end_datetime->format('d'));
?>
</p>
		<p class="month"><?php 
_e($event->start_datetime->format('d/m'));
?>
 - <?php 
_e($event->end_datetime->format('d/m'));
?>
</p>
	</div>
	<div class="article-content">
		<h3 class="article-heading text-color"><?php 
_e($event->title);
?>
</h3>
		<div class="article-description"><?php 
_e($event->place->title);
?>
, <span class="location"><?php 
echo TemplateTag()->formatLocation($event->place->location);
?>
</span></div>
		<a href="<?php 
_e(get_permalink());
?>
" class="article-link text-color">THAM GIA NGAY</a>
	</div>
</article>
$temple = PostFactory()->populate($post);
?>
<article class="article-4 event <?php 
if (($wp_query->current_post + 1) % 4 !== 0) {
    echo 'nrm';
} else {
    echo 'nrm-d';
}
?>
">
	<div class="image-container" style="background-image: url('<?php 
_e($temple->thumbnailURL);
?>
');"></div>
	<div class="article-content">
		<h3 class="article-heading text-color"><?php 
_e($temple->title);
?>
</h3>
		<div class="article-description">
			<div class="location"><?php 
echo TemplateTag()->formatLocation($temple->location);
?>
			</div>
		</div>
		<a href="<?php 
_e(get_permalink());
?>
" class="article-link text-color">XEM THÊM</a>
	</div>
</article>