{% extends "aristotle_mdr/user/userHome.html" %} {% load aristotle_tags i18n static %} {% load render_bundle from webpack_loader %} {% block title %}{{ title }}{% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='favourites' %} {% endblock %} {% block webpack_css_bundle %} {% render_bundle 'tagPage' 'css' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'tagPage' 'js' %} {% endblock %} {% block page %}