{% extends "base.html" %} {% block title %}{{ title }} | Cactus{% endblock title %} {% block content %} Blog {{ title }} {{ headline }} {% block body %} This is where the post contents is. {% endblock body %} {% endblock content %}