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-03-28 07:07:58 +00:00

10 lines
128 B
HTML

<!DOCTYPE html>
<html lang='[>locale<]'>
<head>
<title>{{ title }}</title>
</head>
<body>
{{ content }}
</body>
</html>