{% extends "layout/layout-calendar.html" %} {% set page_title = "Calender" %} {% block content %}
{% include "../templates/layout/header-footer/app-header.html" %} {% include "../templates/layout/header-footer/app-sidebar.html" %} {% include "../templates/layout/header-footer/topnavbar.html" %}
{% include "../templates/components/breadcrumbs/breadcrumbs.html" %}
Create New Event
Drag and drop your event or click in the calenda
New Event Planning
Meeting
Generating Reports
Create New theme
{% include "../templates/layout/header-footer/footer.html" %}
{% endblock %}