This repository has been archived on 2024-02-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
asgard__/src/main/resources/templates/home.mustache
2021-01-28 20:38:24 +09:00

10 lines
76 B
Plaintext

<html>
<head>
</head>
<body>
<p>Hello</p>
{{>fragments/a}}
</body>
</html>