{% extends "base.html" %} {% load markdown_deux_tags %} {% block head_title_page %}My blog{% endblock %} {% block head_meta %} {{ block.super }} {% endblock %} {% block content %}

This is a draft blog post. The URL will change when published, and should not be widely shared until then.

{% if object.author %}

{{ object.author }}, {{ object.date|date:"l jS F, Y" }}

{% elif object.date %}

{{ object.date|date:"l jS F, Y" }}

{% endif %} {{ object.content|markdown }}
{% endblock %}