You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
236B

  1. <?php
  2. declare(strict_types=1);
  3. require __DIR__ . '/../partials/header.php';
  4. ?>
  5. <main class="page-content">
  6. <div class="container">
  7. <?= $content ?>
  8. </div>
  9. </main>
  10. <?php require __DIR__ . '/../partials/footer.php'; ?>

Powered by TurnKey Linux.