{@java.util.List> postDays} {@java.lang.String feedUri} {@java.lang.String pageTitle} {@boolean showBookmarkForm} {@boolean showLazychatForm} {@boolean showCommentBox} {@boolean hasPreviousPage} {@boolean hasNextPage} {@java.lang.Integer previousCursor} {@java.lang.Integer nextCursor} {@java.lang.Integer pageSize} {@java.lang.String searchQuery} {#include base.html} {#title}Benki {pageTitle}{/title} {#siteSection}{pageTitle}{/siteSection} {#nav}{#navbar siteSection=pageTitle /} {#head} {#if showBookmarkForm || showLazychatForm} {/if} {/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} {#if post.isBookmark}
{#if showBookmarkForm} {/if}
{post.owner.firstName} # {#if post.comments.size() > 0} ({post.comments.size()}) {/if}

🔖 {post.title}

.
{#if showBookmarkForm} {/if}
{post.descriptionHtml.raw}
{#if showCommentBox} {#commentBox postId=post.id comments=post.comments /} {/if}
{#else}
{#if showLazychatForm} {/if}
{post.owner.firstName} # {#if post.comments.size() > 0} ({post.comments.size()}) {/if}
{#if showLazychatForm} {/if}
{post.descriptionHtml.raw}
{#if showCommentBox} {#commentBox postId=post.id comments=post.comments /} {/if}
{/if} {/for}
{/for}
{#if hasPreviousPage}⇠ previous page{/if} {#if hasNextPage}next page ⇢{/if}
{/body} {/include}