{% extends 'base.html' %} {% load wagtailcore_tags static %} {% block extra_css %} {{ block.super }} {% endblock %} {% block content %} {% comment %} Latest Alert {% endcomment %} {% include 'capeditor/alert_item_include.html' with item_title=page.title item_url=page.url item_info=page.alert_info.all item_identifier=page.identifier %} {% endblock content %}