<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Castopod</title> <meta name="description" content="Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience."> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" type="image/png" href="/favicon.ico"/> <link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet"> </head> <body class="container mx-auto py-10"> <?=$this->renderSection('content')?> </body>