{% extends 'layout/app.html' %} {% block title %} Demo Two {% endblock %} {% load i18n %} {% load static %} {% block content %}
{% include 'components/dashboard/demo_two/overview_data.html' %}
{% include 'components/dashboard/demo_two/sales_revenue.html' %}
{% include 'components/dashboard/demo_two/revenue_source.html' %}
{% include 'components/dashboard/demo_two/new_product.html' %}
{% include 'components/dashboard/demo_two/best_seller.html' %}
{% endblock %}