run(); $template = new Template('main.html'); $substitutions = [ 'day_1_answer' => $day_1_answer, ]; $response = $template->render($substitutions); echo $response;