{%extends "base/page.html"%} {%load markup%} {%block title%}{{obj.title}}{%endblock%} {%block contents%}
This post has been migrated from a previous version of the PostgreSQL website. We apologise for any formatting issues caused by the migration.
{%endif%} {%for t in obj.tags.all%} {{t.name}} {%endfor%} {%endblock%}