{% extends 'layout.html' %} {% import 'widgets/news.html' as news %} {% import 'widgets/chart.html' as chart %} {% import 'widgets/navbar.html' as navbar %} {% import 'widgets/shortcuts.html' as shortcuts %} {% import 'widgets/buildings.html' as buildingsWidget %} {% import 'widgets/departments.html' as departmentsWidget %} {% block subnav %} {{ navbar.render(active='/departments') }} {% endblock%} {% block left %} {{ departmentsWidget.render(departments) }} {% endblock %}