dropwizard/dropwizard

View on GitHub
dropwizard-views-freemarker/src/test/resources/issue627.ftl

Summary

Maintainability
Test Coverage
<html>
<head>
<meta charset="utf-8"/>
<title>Breaking news</title>
</head>
<body>
<h1>${title}</h1>
<p>${content}</p>
</body>
</html>