{@java.util.List postDays} {@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 /} {#head} {/head} {#body} {#if showBookmarkForm}

{/if} {#if showLazychatForm}

{/if}
{#if hasPreviousPage}⇠ previous page{/if} {#if hasNextPage}next page ⇢{/if}
{#for day in postDays}
{#for post in day.posts} {#with post} {#if post.isBookmark}
{#if showBookmarkForm} {/if}
{owner.firstName} #

🔖 {title}

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