{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% trans "News" %}{% endblock %} {% block bodyclass %}menu-news{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="News" icon="news" %}
There are no news pages yet - go add one!
{% endif %}