{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

Saved

{% for item in items %} {{ item.type_label }} {{ item.title }} {{ item.time_ago }} {% else %}
Nothing saved yet. Use the Save button on posts, gists, projects and news.
{% endfor %}
{% if next_cursor %}
Load more
{% endif %}
{% endblock %}