@extends("/_layouts/base.html")
@section("topicpath")
@include("/include/parts/topicpath/calendar.html")
@endsection
@section("main")
@include("/include/parts/local-nav.html"", {"module_id": "nav_event", "direction": ""})
@include("/include/calendar/month.html", {"module_id": "calendar_event"})
@endsection