Template playground

This runs Loom::Template->render_string on this server, with the variables you supply. Nothing is stored.

Reset

What is available

Output{{ x }} escapes, {{{ x }}} does not. Tagsif / elsif / else, for (with loop.index, loop.first, loop.last), set, include, extends + block. Comments{# ... #}.

Filtersabs capitalize date default escape first join last length lower raw replace reverse round slug trim truncate upper, chained with | and called with arguments like | truncate(40).

Rendering is capped at 8 KB of template, 8 KB of JSON, and 5 seconds.