{%extends "base/page.html"%} {%load pgmarkdown%} {%block title%}{{obj.title}}{%endblock%} {%block contents%}

{{obj.title}}

Posted on {{obj.displaydate}}{% if obj.org.name != '_migrated' %} by {{ obj.org.name }}{% endif %}
{%for t in obj.tags.all%} {{t}} {%endfor%}
{{obj.content|markdown}} {%if obj.is_migrated%}

This post has been migrated from a previous version of the PostgreSQL website. We apologise for any formatting issues caused by the migration.

{%endif%} {%endblock%}