---
layout: default
---
<%
page.news.each { item ->
%>
<div class="col-lg-12">
	<h2>
		<small>${item.date?.format('dd.MM.yyyy')}</small>
		${item.title}
	</h2>
</div>

<td>
	<p>${item.render()}</p>
</td>
<hr>
<% } %>