{% extends "base.html" %} {% block title %} {{ topic.title }} {% if page > 1 %}- page: {{ page }}{% endif %} - özgürsözlük {% endblock %} {% block meta %} {% endblock %} {% block main %}

{{ topic.title }} - Şükela: {% if topic.nice %} Nice {% else %} Nice {% endif %}

{% include "paginate.html" %}
{% for entry in topic.entrys %} {% from "macros.html" import render_entry %} {{ render_entry(entry, True) }} {% endfor %}
{% include "paginate.html" %}
{% endblock %}