{@java.util.List bookmarks} {@java.lang.Boolean authenticated} {#include base.html} {#title}Benki Bookmarks{/title} {#siteSection}Bookmarks{/siteSection} {#bookmarksClass}this-page{/bookmarksClass} {#head} {/head} {#body} {! #if authenticated !}

{! /if !} {#for bookmark in bookmarks} {#with bookmark}

{title}

{owner.firstName} {owner.lastName}
{descriptionHtml.raw}
{/with} {/for} {/body} {/include}