{% extends "two_column_body.html" %} {% block title %}{% spaceless %}{{ question.get_question_title()|escape }}{% endspaceless %}{% endblock %} {% block meta_description %} {% endblock %} {% block keywords %}{{thread.tagname_meta_generator()}}{% endblock %} {% block forestyle %} {% endblock %} {% block forejs %} {% endblock %} {% block content %} {% if 'QUESTION_PAGE_TOP_BANNER'|show_block_to(request.user) %} {% endif %} {% if is_cacheable %} {% cache long_time "thread-content-html" thread.id %} {% include "question/content.html" %} {% endcache %} {% else %} {% include "question/content.html" %} {% endif %} {% endblock %} {% block sidebar %} {% include "question/sidebar.html" %} {% endblock %} {% block endjs %} {% include "meta/editor_data.html" %} {% compress js %} {% include "question/javascript.html" %} {% if settings.TAG_SOURCE == 'category-tree' %} {% include "meta/category_tree_js.html" %} {% endif %} {% include "question/custom_javascript.html" ignore missing %} {% endcompress %} {# #} {% endblock %}