11 lines
199 B
Plaintext
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>
|