Initial Commit
This commit is contained in:
10
app/views/layout.latte
Normal file
10
app/views/layout.latte
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My App</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body>
|
||||
{block content}{/block}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user