{% extends "streams/base.html" %} {% load json_context %} {% load js_reverse %} {% load staticfiles %} {% load string_utils %} {% block content %}
{% endblock %} {% block javascript %} {% json_context %} {{ block.super }} {% include "streams/includes/_twitter_widget.html" %} {% endblock %} {% block css %} {{ block.super }} {# TODO: remove this override once legacy streams are removed #} {# Also change Content render to not add .nsfw class at all. #} {% endblock %}