WebsiteBaker 2.13.9 R22 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Look at the index.php
/templates/DefaultTemplate/index.php
/index.php
-templates_dir = "templates/"-default_template = "index.twig"+templates_dir = "/templates/"+default_template = "index.html.twig"
add include_once 'template.functions.php';
// TEMPLATE CODE STARTS BELOW?><!DOCTYPE HTML><html lang="<?= $sPageLang; ?>">
echo $oTemplate->render( [ 'sTmpHeaderTitle' => 'Test title', 'register_frontend_css' => register_frontend_modfiles('css'), 'register_frontend_js' => register_frontend_modfiles('js'), 'register_frontend_jquery' => register_frontend_modfiles('jquery'), 'pageContentMain' => $pageContentMain, ] );