{% extends "wagtailadmin/generic/base.html" %} {% load wagtailadmin_tags i18n %} {% block bodyclass %}homepage{% endblock %} {% block extra_css %} {{ block.super }} {{ media.css }} {% endblock %} {% block content %} {% fragment as header_title %} {% block branding_welcome %}{% blocktrans trimmed %}Welcome to the {{ site_name }} Wagtail CMS{% endblocktrans %}{% endblock %} {% endfragment %}
{% trans "This is your dashboard on which helpful information about content you've created will be displayed." %}
{% endif %}