## mako <%! main_css = "style-discussion-main" %> <%page expression_filter="h"/> <%inherit file="../main.html" /> <%namespace name='static' file='../static_content.html'/> <%! from django.utils.translation import ugettext as _ from django.template.defaultfilters import escapejs from django.core.urlresolvers import reverse %> <%block name="bodyclass">discussion <%block name="pagetitle">${_("Discussion - {course_number}").format(course_number=course.display_number_with_default)} <%block name="headextra"> <%include file="_js_head_dependencies.html" /> <%block name="js_extra"> ## Enable fast preview to fix discussion MathJax rendering bug when page first loads. <%include file="_js_body_dependencies.html" args="disable_fast_preview=False"/> <%static:js group='discussion'/> <%include file="_discussion_course_navigation.html" args="active_page='discussion'" /> <%block name="content">
<%include file="_underscore_templates.html" /> <%include file="_thread_list_template.html" />