{% extends 'layout/app.html' %} {% block title %} Demo One {% endblock %} {% load i18n %} {% load static %} {% block content %}
{% include 'components/dashboard/demo_one/overview_data.html' %}
{% include 'components/dashboard/demo_one/sales_report.html' %}
{% include 'components/dashboard/demo_one/sales_growth.html' %}
{% include 'components/dashboard/demo_one/sales_by_location.html' %}
{% include 'components/dashboard/demo_one/top_selling_products.html' %}
{% include 'components/dashboard/demo_one/browser_stats.html' %}
{% endblock %}