| <html lang="en" class="h-full plausible"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Plausible · HelpScout Integration</title> | |
| <link rel="stylesheet" href={Routes.static_path(@conn, "/css/app.css")} /> | |
| </head> | |
| <body class="flex flex-col bg-gray-50"> | |
| {@inner_content} | |
| </body> | |
| </html> | |