{% extends "base.html" %} {% block bodyclass %}{{ block.super }} discussion{% endblock %} {% block content %}
{% block forum_content %}{% endblock %}
{% endblock content %} {% comment %}Copy this to project and uncomment the extra_style and extra_script blocks below to include the default JS and CSS on discussion pages. You might need to adjust the two block names to fit your template.{% endcomment %} {% comment %} {% block extra_style %}{% endblock extra_style %} {% block extra_script %} {% endblock extra_script %} {% endcomment %}