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.

Tags

all_include

Call all modules to include a certain template.

Tags

autoescape

Automatically apply HTML escaping to values.

Tags

block

Define a template block and overrules a template block from an inherited template.

Tags

cache

Cache frequently used rendered template output for later reuse.

Tags

call

Call an Erlang function.

Tags

compose

Compose another template and override its named blocks.

Tags

cycle

Rotate through a list of values.

Tags

extends

Inherit markup from another template.

Tags

for

Loop over multiple values in a list or search result.

Tags

fragment

Define a named reusable template fragment.

Tags

if

Show something if the condition is true.

Tags

ifequal

Show something if two values are equal.

Tags

ifnotequal

Show something if two values are not equal.

Tags

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…

Tags

inherit

Include the markup of an extended template into the extending template.

Tags

media

Show embed, video or audio media.

Filters

merge_tags

A mail-merge like filter where tag-expressions in a text are replaced with the value of their evaluation.

Tags

overrules

Inherit markup from like named template in another module.

Actions

template

Render a template. When used in a postback action, the result will be sent back with the response data for the postback.

Models

template

Model for dynamic template rendering. It renders a template path passed in the request path and returns the rendered template output.

Tags

use

Render a named fragment defined with tag#fragment.

Tags

useblock

Render a named tag#fragment, pass it enclosed body content, and optionally override its named blocks.

Tags

with

Assign a complex value to a variable.