{% extends "cab/snippet_list.html" %} {% block title %}Most-bookmarked snippets{% if months %} last {{ months }} months{% endif %}{% endblock %} {% block content_header %}Most-bookmarked snippets{% if months %} last {{ months }} months{% endif %}{% endblock %} {% block sidebar %}
You're looking at the most-bookmarked snippets on the site; {% if user.is_authenticated %}you can help useful snippets show up here by clicking the "bookmark this snippet" link on their pages and ading them to your bookmarks{% else %}if you'd like to help useful snippets show up here, sign up for an account and you'll get your own bookmarks list{% endif %}.
{% endblock %}