{% 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" %}