{% extends 'news/base.html' %} {% block title %} {{pageuser.username}} - {{block.super}} {% endblock %} {% block contents %} {% if links %} {% for link in links %} {% include 'news/link_row.html' %} {% endfor %} {% else %}
There are no links here. Ah well!
{% endif %} {% include 'news/pagination.html' %} {% endblock %} {% block sidebar %} {{block.super}}

Actions

{% endblock %}