{% extends 'base.html.j2' %} {% block header %}

{% block title %}apio forum george etc{%endblock%}

{%endblock%} {%block content%}

the

{%for thread in threads%} {%endfor%}
id title creator created updated
#{{thread.id}} {{thread.title}} {{thread.creator}} {{thread.created}} {{thread.updated}}
{%endblock%}