{% extends "base" %} {% block body %}

Rubble

description of rubble application

{% for post in posts %}

{{ post.timestamp | date(format="%B %d, %Y") }}

{{ post.post.title }}
{{ post.post.body }}
{% endfor %}
{% endblock body %}