Documentation

Reserved Intents

Various intent parameters are already in use by bemoko and so should be avoided as use in form input naming conventions.

intent.name - This gets the intent name of the current page (e.g. http://mysite.com/live/home - intent.name="home")

intent.page - This gets the main page file name of the current page (e.g. <intent name="home" view="template.html?page=home.html"/> - intent.page="home.html")


More