{% load mezzanine_tags i18n future staticfiles %}
{% block meta_title %}{% endblock %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %}
{% compress css %}
{% endcompress %} {% compress js %} {% endcompress %} {% block extra_head %}{% endblock %}
{% if settings.SITE_TITLE %}
{{ settings.SITE_TITLE }}
{% endif %}
{% url "link_list_latest" as link_list_latest %} {% url "comment_list_latest" as comment_list_latest %} {% url "comment_list_best" as comment_list_best %} {% url "tag_list" as tag_list %}
Newest
Comments
Best
Tags
New Link
{% search_form %} {% nevercache %} {% include "accounts/includes/user_panel_nav.html" %} {% endnevercache %}
{% nevercache %} {% for message in messages %}
×
{{ message }}
{% endfor %} {% endnevercache %}
{% block title %}{% endblock %}
{% block main %}{% endblock %}
{% include "includes/footer_scripts.html" %}