<h2 class="subtitle is-4" th:text="${#dates.format(post.date, 'dd MMMM yyyy')}">December 25, 2018</h2>
<h1 class="title" th:text='${post.title}'>Title </h1>
<block th:utext='${#strings.substringBefore(post.body,"<!--more-->")}'>post block</block>
<br />
<a class="button is-outlined" th:href="${post.uri}">Read more</a>