{% extends "journal/base.html" %} {% block otherhead %}{{ block.super}} {% endblock %} {% block path %}artifacts » links {% endblock %} {% block title %}Interesting Links{% endblock %} {% block content %}
This page has an RSS feed.
{% if object_list %} {% else %}

No links have been entered yet.

{% endif %} {% if is_paginated %} {% if has_previous %} « previous | {% endif %} {% if has_next %} next » {% endif %} {% endif %} {% endblock %}