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