blob: 845776b402c65475ce75557b20eb4da07ad77c4d (
plain)
1
2
3
4
5
6
7
8
9
|
#*
There is multi-line comment.
see this text because the Velocity Templating Engine will ignore it.
*#
<h3>List</h3>
## This is a single line comment.
#if( $allProducts )
<p>not found.</p>
#end
|