{% extends "base.html" %} {% block title %} Threads {% endblock %} {% block content %}

Threads

{% from "macros/threads.html" import render_threadlist %} {{ render_threadlist(threads) }} {% endblock %}