blob: 7c706c6a52d187842ec7620d076110783bb17b5e [file] [log] [blame]
<#assign message="Hello, world!\n">
<#assign normalizeNewlines = "freemarker.template.utility.NormalizeNewlines"?new()>
<#transform normalizeNewlines>
<html>
<head>
<title>FreeMarker: Newlines the Second Test</title>
</head>
<body>
<p>A simple test follows:</p>
<p>${message}</p>
</body>
</html>
</#transform>