{% extends "aristotle_mdr/user/userHome.html" %} {% load static from staticfiles %} {% load render_bundle from webpack_loader %} {% block title %}All Discussions{% endblock %} {% block webpack_css_bundle %} {% render_bundle 'discussions' 'css' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'discussions' 'js' %} {% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='discussions' %} {% endblock %} {% block page %}

{% block discussions_header %}All Discussions{% endblock %}

{% block discussion_content %} {% endblock %} {% endblock %}