{% extends "base" %} {% block body %} Rubble description of rubble application {% for post in posts %} {{ post.timestamp | date(format="%B %d, %Y") }} {{ post.post.title }} {{ post.description }} {% endfor %} {% endblock body %}
description of rubble application
{{ post.timestamp | date(format="%B %d, %Y") }}