{! vim: set ft=html ts=2 sw=2 et tw=120: !}
<html>
<head>
<meta charset="utf-8">
{?bookmarked}
<title>Bookmarked</title>
{:else}
<title>Favourites</title>
{/bookmarked}
</head>
<body>
<h1>Bookmarked</h1>
<h1>Favourites</h1>
{#favs}
<div>
{>"favourite_partial" name=name dataURL=dataURL _id=_id bookmarked=bookmarked details="true" /}
</div>
<strong>No favourites.</strong>
{/favs}
</body>
</html>