{% extends "base.html" %} {% block title %}Changed the title of the homepage{% endblock %} {% block body %} {% for post in posts %}
{{ post.date|date:"F j, Y, g:i:a" }} {% comment %} Design {% endcomment %}

{{ post.text }}

{# TODO Add a detail url #} Read more
{# TODO: User needs a link to their bio and a photo and a thumbnail and a name #}

Khatab wedaa

{% endfor %} {% endblock %}