{% extends "base.html" %} {% load i18n %} {% load json_context %} {% load js_reverse %} {% load staticfiles %} {% block containertype %}container-fluid{% endblock %} {% block title %} {{ meta.title|addslashes }} - {{ request.site.name|addslashes }} {% endblock %} {% block description %}{{ meta.description|addslashes }}{% endblock %} {% block pagetags %} {% if meta.author_url %} {% endif %} {% if meta.author_name %} {% endif %} {% endblock %} {% 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 %}