{% extends 'base.html' %} {% block title %}It works!{% endblock %} {% block content %}
Your Django-nonrel installation is working fine. Now go and build something useful with it. :)
Also, make sure you follow the Django-nonrel & webdev blog, so you don't miss any new features and improvements.
If you're new to Django you should take a look at the Django documentation and the Django book. You'll also find djangosnippets very useful.
{% endblock %}