<?php

$app->get('/events/:id/tldr', function($id) use ($app) {
        $event = Postmortem::get_event($id);