{% extends "biblion/base.html" %} {% load markdown_deux_tags %} {% block header_title %}Blog{% endblock %} {% block content %}

{{post}}

by {{post.author}}

{{post.content_html|safe}}


Published on {{post.published|date:"F d, Y"}}


Blog Home

{% endblock %}