{% extends "base_site.html" %} {% load admin_static %} {% block extrastyle %} {% endblock %} {% block extrascript %} {% endblock %} {% block content_title %} {% endblock %} {% block content %}

Entries with this structure

{% for entry in keyword.entry_set.all %} {% endfor %}
Composition Stable?
{{entry.name}}
{% endblock %}