Files
java-tutorials/mustache/src/main/resources/todo.mustache
T

3 lines
74 B
Plaintext

<h2>{{title}}</h2>
<small>Created on {{createdOn}}</small>
<p>{{text}}</p>