{% extends 'base.html' %} {% load cms_tags static %} {% block hero %}{% endblock hero %} {% block body %}

Latest news

{% for article in article_index %}

{{ article.title }}

{{ article.intro }}

Posted by {{ article.author|title }}
{{ article.publish_at|date:"d F Y" }}

Reading time {{ article.read_time }} {% if article.read_time == 1 %}minute{% else %}minutes{% endif %}

{% empty %}

No articles currently listed

{% endfor %}
{% endblock body %}