{% extends 'main/base.html' %} {% block content %}

Latest News & Updates

Stay informed about RefCom's activities, projects, and impact.

{% if news %} {% for article in news %}
{{ article.title }}
{{ article.title }}

{{ article.published_at|date:"F d, Y" }}

{{ article.summary|truncatewords:20 }}

Read More
{% endfor %} {% else %}

No news articles available at the moment.

Please check back later for updates.

{% endif %}
{% if is_paginated %} {% endif %}
{% endblock %}