theme.php

<!DOCTYPE html>
<html>
    <head>
        <?='';//$lia->view('lia/Resources');?>
        <?=$lia->getResourcesHtml();?>
    </head>
    <body>
        <header>
            <h1>Header</h1>
        </header>
        <main>
            <?=''//$lia->view('lia/Content'); ?>
            <?=$content?>
        </main>
        <footer>
            <h3>Footer</h3>
        </footer>
    </body>
</html>