{% extends "base.html" %} {% block title %}Bookmarks{% endblock %} {% block pageheader %}Bookmarks{% endblock %} {% block pagecontent %}
{% for bookmark in bookmarks %}
{#

{{ bookmark.url|urlize(25) }}

{{ bookmark.created_date.strftime("%m/%d/%Y %H:%M") }}

#}
{{ bookmark.title }}
{% if bookmark.favicon %}     {% endif %} edit
{% endfor %} {# #}
{% endblock %}