{%extends "base.html"%} {%load wagtailcore_tags dpwagtail %} {%block body_class %}template-homepage{%endblock%} {%block content%} {{page.description|richtext}}
{%for dpd_page in dpd_pages%}
{%dpd_page_short_listing dpd_page%}
{%endfor%}
{%endblock%}