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