{% extends 'website/partials/website_base.html' %} {% load static %} {% block main_content %}
{% for dept in departments %}
{% if dept.department_icon %} {{ dept.name }} {% else %} {% endif %}

{{ dept.name }}

{{ dept.short_description|default:"" }}

{% endfor %}

Services & Portals

Latest Blog Posts

Read our latest blog posts and browse all articles on our blog.

{% for article in recent_blogs %}

{{ article.title|truncatechars:30 }}

{{ article.short_description}}

5 Min read
article.author {% if article.author %} Posted by {{ article.author }} {% else %} Posted by Unknown/Deleted author {% endif %} {{ article.created|date:"dS b y" }}
{% endfor %}

Get In Touch

{% endblock %}