text($content); $toc = $Parsedown->contentsList(); $body = str_replace("[ ]", '', $body); $body = str_replace("[x]", '', $body); require 'tpl/header.html'; require 'tpl/aside.html'; require 'tpl/main.html'; require 'tpl/footer.html';