{@java.util.List bookmarks} {@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 Bookmarks{/title} {#siteSection}Bookmarks{/siteSection} {#bookmarksClass}this-page{/bookmarksClass} {#head} {/head} {#body} {! #if authenticated !}

{! /if !}
{#if hasPreviousPage}⇠ previous page{/if} {#if hasNextPage}next page ⇢{/if}
{#for bookmark in bookmarks} {#with bookmark}

{title}

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