{% extends "wagtailadmin/base.html" %}
{% load gravatar compress %}
{% block titletag %}Dashboard{% endblock %}
{% block bodyclass %}homepage{% endblock %}
{% block extra_css %}
{% compress css %}
{% endcompress %}
{% endblock %}
{% block content %}
This is your dashboard on which helpful information about content you've created will be displayed.
{% endif %} {% endblock %}