{@java.util.List posts} {@java.lang.String pageTitle} {@java.lang.Boolean showBookmarkForm} {@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 {pageTitle}{/title} {#siteSection}{pageTitle}{/siteSection} {#nav}{#navbar siteSection=pageTitle /}{/nav} {#head} {/head} {#body} {#if showBookmarkForm}

{/if} {#if showLazychatForm}

{/if}
{#if hasPreviousPage}⇠ previous page{/if} {#if hasNextPage}next page ⇢{/if}
{#for post in posts} {#with post} {#if post.isBookmark}

{title}

{owner.firstName} {owner.lastName}
{descriptionHtml.raw}
{#else}
{owner.firstName} {owner.lastName}
{#if showLazychatForm} {/if}
{#if showLazychatForm} {/if}
{contentHtml.raw}
{/if} {/with} {/for}
{#if hasPreviousPage}⇠ previous page{/if} {#if hasNextPage}next page ⇢{/if}
{/body} {/include}