{%extends "base/page.html"%} {%load pgmarkdown%} {%block title%}News Archive{%if tag%} - {{tag.name}}{%endif%}{%endblock%} {%block contents%}

News Archive{%if tag%} - {{tag.name}}{%endif%}

{%for t in newstags%} {{t.name}} {%endfor%}

{%for obj in news %}

{{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|striptags|truncatewords:20}}

Read more...

{%endfor%} {%if paginator%} Older news... {%endif%}

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%}