Forum Discussion

davidtwamley's avatar
15 years ago

What Lithium objects are available in FreeMarker

Lithium, please beef up the documentation regarding FreeMarker! What Lithium-specific top level objects are available to us? So far I've only seen references to page and user. Surely there are others. Here's the brief list I've encountered so far.

${page}
${page.name}
${user}
${user.anonymous}
${user.registered}
${user.id}
${user.login}