example:



<?php

$HeaderMenu
=[
    
"config"=>[
        
"LogoText"=>"YourWebSite Logo"// this is option for logo text ( Automatic connected to config("Project/LogoText") )
        
]
]; 
?>
<style>

body{
    padding-top: calc(max(0px, env(safe-area-inset-top)) + 56px);  
    padding-bottom: calc(max(0px, env(safe-area-inset-bottom))+ 56px);
}
</style>

<?php \template\widget("navbar#Basic1"); ?>