{@java.util.List posts} {@java.lang.Boolean authenticated} {@java.lang.Boolean hasPreviousPage} {@java.lang.Boolean hasNextPage} {@java.lang.Integer previousCursor} {@java.lang.Integer nextCursor} {@java.lang.Integer pageSize} {#include base.html} {#title}Benki Lazychat{/title} {#siteSection}Lazychat{/siteSection} {#lazychatClass}this-page{/lazychatClass} {#head}{/head} {#body}
{#if hasPreviousPage}⇠ previous page{/if} {#if hasNextPage}next page ⇢{/if}
{#for post in posts} {#with post}
{owner.firstName} {owner.lastName}
{contentHtml.raw}
{/with} {/for}
{#if hasPreviousPage}⇠ previous page{/if} {#if hasNextPage}next page ⇢{/if}
{/body} {/include}