{% extends "journal/base.html" %} {% block otherhead %}{{ block.super}} {% endblock %} {% block path %}artifacts » links {% endblock %} {% block title %}Links Galore!{% endblock %} {% block right_stuff %} This page has an RSS feed. {%endblock %} {% block content %} New favorite finds from the net. Good posts from RSS feeds end up at feeds.bnewbold.net.

{% 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 %}