{% extends "base.html" %} {% block title %}{{ title }} | Steve Block{% endblock %} {% block content %} {{ content }}
Posted on {{ date|date_format('%d %B %Y')}}