Liquid tags

Liquid tags are code in your template that call a function in the Chameleon code, and will be replaced with a certain value. Tags are always encapsulated in {% and %}. For example, {% url_for action: home %} returns the URL for the homepage.

Chameleon supports these tags:

  • url_for, to get the URL of some page.

Furthermore, the following default Liquid tags are available:

page_revision: 3, last_edited: 1190834144|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.