{{ post.title }}
{{ post.content }}
{% extends 'blog/base.html' %}
{% block title %}
Home Page
{% endblock %}
{% block body %}
{% if posts %}
{% for post in posts %}
{{ post.content }}
{{ post.title }}