{% extends "repo.html" %} {% block title %} Forum of {{ username }}/{{ repository }} {% endblock %} {% block content %} Subject Add new topic {% for post in Post.query.filter_by(repo=repoData, parent=none).order_by(Post.lastUpdated.desc()) %} {{ post.subject }} ({{ post.children | length }}) {{ post.owner.username }} {% endfor %} {% endblock %}
{{ post.owner.username }}