{% extends 'layout/app.html' %} {% block title %} Demo Five {% endblock %} {% load i18n %} {% load static %} {% block content %}
{% include 'components/dashboard/demo_five/greetings_banner.html' %}
{% include 'components/dashboard/demo_five/user_overview.html' %}
{% include 'components/dashboard/demo_five/calendar.html' %}
{% include 'components/dashboard/demo_five/member_progress.html' %}
{% include 'components/dashboard/demo_five/upcoming_events.html' %}
{% include 'components/dashboard/demo_five/knowledge_base_cta.html' %}
{% include 'components/dashboard/demo_five/timeline.html' %}
{% include 'components/dashboard/demo_five/inbox.html' %}
{% include 'components/dashboard/demo_five/blog_cards.html' %}
{% endblock %}