Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2429bf9798a6bf7

Jump to content

Talk:FreeMarker

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 13 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?