This repository has been archived on 2025-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
layc/examples/views/blank.html
2024-04-01 22:20:23 +01:00

10 lines
132 B
HTML

<!DOCTYPE html>
<html lang="<[locale || "en"]>">
<head>
<title><[title]></title>
</head>
<body>
<[content]>
</body>
</html>