blob: 0d392c80b8c0df7d328a4e0ef10064380c7c5cad [file] [log] [blame]
{@java.util.List<eu.mulk.mulkcms2.benki.bookmarks.Bookmark> bookmarks}
{#include base.html}
{#title}Benki Bookmarks{/title}
{#siteSection}Bookmarks{/siteSection}
{#bookmarksClass}this-page{/bookmarksClass}
{#head}{/head}
{#body}
{#for bookmark in bookmarks}
{#with bookmark}
<article class="bookmark">
<header>
<a href="{uri}"><h1 class="bookmark-title">{title}</h1></a>
<div class="bookmark-info">
<time datetime="{date.htmlDateTime}">{date.humanDateTime}</time>
<span class="bookmark-owner">{owner.firstName} {owner.lastName}</span>
</div>
</header>
<section class="bookmark-description">
{descriptionHtml.raw}
</section>
</article>
{/with}
{/for}
{/body}
{/include}