Files
java-tutorials/libraries-2/src/test/resources/handlebars/messagebase.html
T
Krzysztof Majewski 3453b7a18b BAEL-2513
2019-10-30 13:51:17 +01:00

9 lines
111 B
HTML

<html>
<body>
{{#block "intro"}}
This is the intro
{{/block}}
{{#block "message"}}
{{/block}}
</body>
</html>