array('h2', 'h3'));
$Parsedown = new ParsedownToc($options);
$body = $Parsedown->text($content);
$toc = $Parsedown->contentsList();
$body = str_replace("[ ]", '', $body);
$body = str_replace("[x]", '', $body);
$body = str_replace("", ' ⬆️', $body);
$body = str_replace("", ' ⬆️', $body);
require 'tpl/header.html';
require 'tpl/aside.html';
require 'tpl/main.html';
require 'tpl/footer.html';