{% extends "two_column_body.html" %} {# this template is split into several blocks that are included here the blocks are within directory templates/main_page relative to the skin directory there is no html markup in this file #} {% block forejs %} {% include "main_page/custom_head_javascript.html" ignore missing %} {% endblock %} {% block title %}{% spaceless %}{% trans %}Questions{% endtrans %}{% endspaceless %}{% endblock %} {% block tertiary_header %}{% include "widgets/tertiary_header.html" %}{% endblock %} {% block content %} {# ==== BEGIN: main_page/content.html === #} {% include "widgets/tagged.html" %}
{% include "main_page/questions_loop.html" %}
{# ==== END: main_page/content.html === #} {% include "main_page/paginator.html" %} {% endblock %} {% block sidebar %} {% include "main_page/sidebar.html" %} {% endblock %} {% block endjs %} {% include "main_page/javascript.html" %} {% include "main_page/custom_javascript.html" ignore missing %} {% endblock %}