{% extends "base.html" %} {% load static core_tags %} {% load wagtailcore_tags wagtailimages_tags %} {% block body_class %}template-{{ self.get_verbose_name|slugify }}{% endblock %} {% block content %}
{{section.description}}
{% endif %} {% load_descendant_articles_for_section section featured_in_section=True as featured_articles %} {% if featured_articles %} {% for article in featured_articles %}{{article.subtitle}}
{% endfor %} {% endif %}{{article.subtitle}}