Files
LookingGlass/app/views/layout.latte
2025-07-29 22:47:42 +00:00

11 lines
199 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>My App</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
{block content}{/block}
</body>
</html>