{#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} #

🔖 {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 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}