{% extends "base.html" %} {% block head %} {% endblock %} {% block title %}Main{% endblock %} {% block content %} {% if user %}
Popular questions today:
{% set i = 0 %} {% block questions_pool %} {% if questions %}| {{ questions[i][j]['title'] }} Author: {{ questions[i][j]['author'] }} Просмотров: {{ questions[i][j]['views'] }} Дата публикации: {{ questions[i][j]['date'] }} |
Questions not found...
{% endif %} {% endblock %}All question ({{ all }}):
{% set i = 1 %} {{ block('questions_pool') }}