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.

20 lines
438 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title><?= $this->e($title) ?></title>
  5. <link href="/assets/style.css" rel="stylesheet">
  6. <script src="/assets/script.js"></script>
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. </head>
  9. <body>
  10. <div id="page-content">
  11. <?= $this->section('content') ?>
  12. </div>
  13. <footer>
  14. <a href="https://indiewebcamp.com/Percolator">What is Percolator?</a>
  15. </footer>
  16. </body>
  17. </html>