{% extends "base.html" %} {% block title %}stub{% endblock %} {% block content %}
This page is a stub. It gazes at you forlornly, dreaming of content.
{% if path %}You got here by looking for {{ path }}. You should create the page that's meant to be here and edit urls.py, views.py, links to this page, etc. accordingly.
{% endif %} {% endblock %}