HTML_DIR . 'header.html', '{{CONTENT}}' => ROOT_DIR . $file, '{{FOOTER}}' => PHP_DIR . 'footer.php' ]; $app_html = template_process(HTML_DIR . 'app.html', $components); echo $app_html; ?>