{% extends 'myapp/base.html' %} {% load static %} {% block content %}

Home Page

{% for post in posts %}

{{post.title}}

{{post.desc}}

{% endfor %}
{% endblock content %}