{% extends "wiki/__base.html" %} {% load wiki_extras %} {% block title %}Wiki Home{% endblock %} {% block mainheading %} My Wiki {% endblock %} {% block content %}

Greetings {{ user.first_name }}. This will be your page with all your stuff on it. Such as:

{% endblock %} {% block footer %} Site Home {% endblock %}