{% extends "base.html" %} {% block content %}

{{ page.title }}

Published on {{ page.date | date(format="%B %dth, %Y") }} {{ page.content | safe }}
{% endblock content %}