{% extends "base.html" %} {% block subtitle %} links {% endblock %} {% block content %}
links
{% if bookmarklist %} {% for link in bookmarklist %} {{ link.name }}
{% endfor %} {% else %} No links, no where... {% endif %}
{% endblock %}