{% extends "forum/base.html" %} {% block forum_content %} {% with object_list as thread_list %} {% include "forum/thread/generic_index.html" %} {% endwith %} {% endblock %}