{% extends 'layout/app.html' %} {% block title %} Demo Three {% endblock %} {% load i18n %} {% load static %} {% block content %}
{% include 'components/dashboard/demo_three/monthly_earning.html' %}
{% include 'components/dashboard/demo_three/profit_growth.html' %}
{% include 'components/dashboard/demo_three/overview_data.html' %}
{% include 'components/dashboard/demo_three/sales_overview.html' %}
{% include 'components/dashboard/demo_three/top_products.html' %}
{% include 'components/dashboard/demo_three/latest_transections.html' %}
{% include 'components/dashboard/demo_three/active_users.html' %}
{% endblock %}