{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block body_class %}template-indexpage{% endblock %} {% block content %} {% include 'common/header.html' %} {% if page.intro %} {{ page.intro|richtext }} {% endif %} {% if not page.hide_list %} {% for child in page.get_children.specific %} {% image child.image max-200x200 %} {{ child.title }} {{ child.get_meta_description }} {% endfor %} {% endif %} {% endblock %}
{{ child.get_meta_description }}