{% extends "cms_pages/abstract_content_page.html" %} {% load staticfiles %} {% load wagtailcore_tags %} {% load wagtailimages_tags %} {% load lca2017_tags %} {% load sitetree %} {% load i18n %} {% block head_title %}{{ page.title }}{% endblock %} {% block body_class %}template-news-index{% endblock %} {% block inset_image_base %}{% endblock %} {% comment %}We use panels here, so don't need to wrap in a text block{% endcomment %} {% block content_base %} {% if page.child_pages %} {% for item in page.child_pages %}
{% image item.portrait_image width-640 as portrait_image %}

{{ item.title }}

{{ item.date|date:"j F Y" }} – {{ item.intro }}

Read more
{% endfor %}
{% endif %}

Subscribe

View as RSS

{% endblock %}