Talk:FreeMarker

Latest comment: 11 years ago by ShimmeringHorizons in topic Possible plagiarism

Note on FreeMarker comments syntax

edit

Even though FreeMarker comments (<#-- ... -->) may look like badly-typed HTML comments (<!-- ... -->), they are very different. FreeMarker comments are ignored and discarded by the FreeMarker template processor, while all other text such as HTML comments will be processed normally.

Possible plagiarism

edit

The text of this page is awfully similar to this tutorial: http://viralpatel.net/blogs/introduction-to-freemarker-template-ftl/ The introduction is a word-for-word copy.ShimmeringHorizons (talk) 08:54, 10 February 2013 (UTC)Reply

syntax mistake

edit

Shouldn't the < P > be closed with < / P > in the examples?