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

12 lines
143 B
Plaintext

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>#(title)</title>
</head>
<body>
<h1>#(title)</h1>
</body>
</html>