mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-07 05:37:03 +02:00
4 lines
144 B
PHP
Executable File
4 lines
144 B
PHP
Executable File
<?php Theme::getTemplate('partials/head'); ?>
|
|
<?php echo Pages::getCurrentPage()['content']; ?>
|
|
<?php Theme::getTemplate('partials/footer'); ?>
|