{% extends "base.html" %} {% block content %}

Welcome to RBFB Custom

{% for post in posts|reverse %} {% endfor %}
Topic Author Date Created
{{ post.topic }}
{{ post.author }}
{{ post.date }}
{% endblock %}