{% extends "base.html" %} {% block title %}özgürsözlük - Free alternative front-end{% endblock %} {% block meta %} {% endblock %} {% block main %}

Gündem - Debe - Channels

{% if page > 1 %} Previous {% if page < 3 %}/{% endif %} {% endif %} {% if page < 3 %}Next{% endif %} {% if 3 > 1 %} - Last Page {% endif %}
{% from "macros.html" import render_agenda %} {% for topic in agenda %} {% if request.cookies.get('display_pinned_topics') == 'true' %} {{ render_agenda(topic, action="popular") }} {% else %} {% if not topic.pinned %}{{ render_agenda(topic, action="popular") }}{% endif %} {% endif %} {% endfor %}
{% if page > 1 %} Previous {% if page < 3 %}/{% endif %} {% endif %} {% if page < 3 %}Next{% endif %} {% if 3 > 1 %} - Last Page {% endif %}
{% endblock %}