{% extends 'layout/app.html' %} {% block title %} Demo Four {% endblock %} {% load i18n %} {% load static %} {% block content %}
{% include 'components/dashboard/demo_four/greetings_card.html' %}
{% include 'components/dashboard/demo_four/performance_overview.html' %}
{% include 'components/dashboard/demo_four/overview_cards.html' %}
{% include 'components/dashboard/demo_four/newsletter_cta.html' %}
{% include 'components/dashboard/demo_four/task_list.html' %}
{% include 'components/dashboard/demo_four/marketing_campaigns.html' %}
{% include 'components/dashboard/demo_four/author_card.html' %}
{% include 'components/dashboard/demo_four/team_members.html' %}
{% include 'components/dashboard/demo_four/social_media_traffic.html' %}
{% include 'components/dashboard/demo_four/chat.html' %}
{% endblock %}