The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<div>
    <ul id="bookmark_list">
        [% FOR b IN bookmark %]
            <li><a href="[% b.value | html %]">[% b.key | html %]</a></li>
        [% END %]
    </ul>
</div>