_topic.html 168 B

1234567
  1. {% from 'topic/_list_macro.html' import form,body,no_topics %}
  2. {{ form() }}
  3. {% for topic in topics.items %}
  4. {{ body(topic) }}
  5. {% else %}
  6. {{ no_topics() }}
  7. {% endfor %}