{% extends "default.html" %} {% block content %} {% for post in all_posts %} {% endfor %}
Title Date Description
{{ post.get_title() }} {{ post.get_date() }} {{ post.get_desc() }}
{% endblock %}