{% extends "base.html" %} {% block title %}{{ topic.title }} {% if p > 1 %}- page: {{ p }}{% 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 %}