Topic cluster
Other
Documentation not covered by the keyword groups shown in the parent cluster.
24 items
All documentation outside the keyword groups in the parent cluster is listed below.
all_include
Call all modules to include a certain template.
autoescape
Automatically apply HTML escaping to values.
block
Define a template block and overrules a template block from an inherited template.
cache
Cache frequently used rendered template output for later reuse.
call
Call an Erlang function.
compose
Compose another template and override its named blocks.
controller_admin_mailing_preview
This controller shows a preview of what a resource that is being mailed would look like, in a popup window.
cycle
Rotate through a list of values.
extends
Inherit markup from another template.
for
Loop over multiple values in a list or search result.
fragment
Define a named reusable template fragment.
if
Show something if the condition is true.
ifequal
Show something if two values are equal.
ifnotequal
Show something if two values are not equal.
include
Include another template. The include tag is replaced with the contents of the included template file. You can give arguments to the included template, they will be assigned as variables in the context of the included…
inherit
Include the markup of an extended template into the extending template.
media
Show embed, video or audio media.
merge_tags
A mail-merge like filter where tag-expressions in a text are replaced with the value of their evaluation.
overrules
Inherit markup from like named template in another module.
template
Render a template. When used in a postback action, the result will be sent back with the response data for the postback.
template
Model for dynamic template rendering. It renders a template path passed in the request path and returns the rendered template output.
use
Render a named fragment defined with tag#fragment.
useblock
Render a named tag#fragment, pass it enclosed body content, and optionally override its named blocks.
with
Assign a complex value to a variable.