ssg/cli/src/main/resources/page.gsp

8 lines
169 B
Plaintext

<html>
<head>
<title>${ siteSpec.name }: Page</title>
</head>
<body>
<%= texts.find { it.path == 'hello.md' }.render() %>
</body>
</html>