{% extends 'layout/app.html' %} {% block title %} Demo Ten {% endblock %} {% load i18n %} {% load static %} {% block content %}
{% include 'components/dashboard/demo_ten/user_overview.html' %}
{% include 'components/dashboard/demo_ten/member_progress.html' %}
{% include 'components/dashboard/demo_ten/upcoming_events.html' %}
book

Knowledge Base

There are many variations of passages of Lorem Ipsum available but the majority have suffered alteration

{% include 'components/dashboard/demo_ten/timeline.html' %}
{% include 'components/dashboard/demo_ten/inbox.html' %}
{% include 'components/dashboard/demo_ten/blog_one.html' %}
{% include 'components/dashboard/demo_ten/blog_two.html' %}
{% include 'components/dashboard/demo_ten/blog_three.html' %}
{% endblock %}