{%extends "base/page.html"%} {%load pgmarkdown%} {%block title%}News Archive{%if tag%} - {{tag.name}}{%endif%}{%endblock%} {%block contents%}
{%for t in newstags%} {{t.name}} {%endfor%}
{%for obj in news %}News articles are either from the PostgreSQL project or contributeed by other related organisations. If you wish to share news related to PostgreSQL, you may submit your own articles for consideration after logging in.
{%endblock%}