{% extends "wiki/__base.html" %} {% load wiki_extras %} {% block title %}Wiki User {{ myuser.username }}{% endblock %} {% block mainheading %} Profile for {{ myuser.username }} {% if myuser.username == user.username %} YOU! {% endif %} {% endblock %} {% block content %} {% if debugme %}
{{ debugme|pprint }}{% endif %}