Files
java-tutorials/xml/src/test/resources/templates/template.mustache
T
2019-10-30 22:12:05 +08:00

12 lines
201 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{{heading}}</title>
</head>
<body>
<p>{{from}}</p>
<p>{{content}}</p>
</body>
</html>