{% extends "default.html" %} {% block title %}{{ topic }}{% endblock %} {% block content %}

{{ topic }}

{% for type, post in posts %}

{{ post["title"] }}

{{ post.content | first_paragraph | markdown }}

{% endfor %}
{% endblock %}