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

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

{%endblock%} {%block content%}

the

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