{% extends "layout/layout.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" %} Today Dropdown Daily Weekly Month 2 weeks 3 weeks Show weekends Start Week on Monday Narrower than weekdays New schedule {% include "../templates/layout/header-footer/footer.html" %} {% endblock %}