This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
Sunday, 14 June 2020
FreeMarker: Comments
Comments are used to document your ftl file. Comments are delimited <#-- and -->
user.ftl
<#-- User details -->
name: ${user.name}
age: ${user.age}
city: ${user.city}
No comments:
Post a Comment