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

{% empty %}

No articles currently listed

{% endfor %}
{% endblock body %}