{% 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
{% include 'cards.html' %} {% endblock %}