{% extends "base.html" %} {% block title %}Bookmarks{% endblock %} {% block pageheader %}Bookmarks{% endblock %} {% block pagecontent %} {% if message %}
Filter
{% for tag in tags %}
{{ bookmark.url|urlize(25) }}
{{ bookmark.created_date.strftime("%m/%d/%Y %H:%M") }}
{% if bookmark.starred == True %} star {% endif %} {% if bookmark.title %} {{ bookmark.title }} {% else %} [ no title ] {% endif %}