{% extends "base.html" %} {% comment %} This is a default template that you will more than likely want to replace with a more useful layout. {% endcomment %} {% block content %}

{{ object|default_if_none:"Home Page" }}

{% endblock %}