Files
spring-boot-rest/jersey/src/main/resources/templates/freemarker/named.ftl
2018-08-05 14:55:44 -07:00

8 lines
129 B
Plaintext

<html>
<head>
<title>Welcome!</title>
</head>
<body>
<h1>Found fruit - ${model}!</h1>
</body>
</html>