{% extends "base.html" %} {% if not action %} {% set action = 'Bookmarks' %} {% endif %} {% block title %}{{ action }}{% endblock %} {% block pageheader %}{{ action }}{% endblock %} {% block pagecontent %} {% if message %}
{{ message }}
{% endif %}
rss_feed feed
{% for bookmark in bookmarks %}
{% if bookmark.favicon %}   {% endif %} {% if bookmark.http_status != 200 %} report_problem
{% endif %} {% if bookmark.starred == True %} star {% endif %}
Added @ {{ bookmark.created_date.strftime('%Y-%m-%d %H:%M') }}close
{% endfor %}
{% endblock %}