{{ post.title }}
{{ post.content }}
{% extends "layout.html" %} {% block content %}
Gruppen har ingen opslag endnu
{% endif %} {% for post in posts %}{{ post.content }}
Skriv opslag
Gruppe tråde
{% if threads|length == 0 %}Gruppen har ingen tråde endnu
{% endif %} {% for thread in threads %} {% endfor %}