{% extends "base.html" %} {% block title %}{{ title }} | Cactus{% endblock title %} {% block content %}

{{ title }}

{{ headline }}

{% block body %} This is where the post contents is. {% endblock body %}
Posted on {{ date|date:"M j" }}
Written by {{ author }}
{% endblock content %}