{% 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 content %} {% if not request.user.is_authenticated() %}

Bienvenue dans le bistro de Publik, si c'est votre premier passage, nous vous recommandons de commencer votre visite par la page de bienvenue.

{% endif %} {% include "main_page/tab_bar.html" %} {% include "main_page/headline.html" %} {# ==== BEGIN: main_page/content.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 %}