Files
vapor-po/Resources/Views/index.leaf

19 lines
349 B
Plaintext

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
<link rel="stylesheet" href="css/main.css">
<title>#(title)</title>
</head>
<body>
<h1>#(title)</h1>
<div id="body"
hx-get="/body"
hx-trigger="load"
hx-swap="outerHTML">
</div>
</body>
</html>