{% extends "base.html" %} {% block content %} Write a new topic {% for topic in topics %} {% endfor %}
Title Category Last Activity Author Replies Views
{{ topic.title }} {{ topic.category }} {{ topic.lastActivity }} {{ topic.author }} {{ topic.repliesNum }} {{ topic.views }}
{% endblock %}