davidtwamley
16 years agoExpert
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}- Ask and you shall receive! - Thanks to our engineers, we've been publishing a few articles about the available context objects. You can check them out here: - I hope that helps! EDIT: Corrected link