{% 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 %} {% avatar_url user as avatar %} {% include "wagtailadmin/shared/header.html" with title=header_title description=user|user_display_name avatar=avatar merged=1 %}
{% trans "This is your dashboard on which helpful information about content you've created will be displayed." %}
{% endif %}