{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}

Dashboard

Connected as {{ username }}

{% include "stats.html" %} {% include "subscribers/list.html" %}
{% include "publish.html" %} {% include "send_email.html" %} {% include "change_password.html" %}
{% endblock %}