{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content_title %}

Home

{% endblock %} {% block content %}

Welcome to the example site for django-generic-m2m

You can access the admin area using admin:admin

Try one of the following links to create content:

Or feel free to browse blogs and photos

{% endblock %}