BlueScreen panels for Tracy 2.x

Bar panel for Tracy 2.x

Extension for Tracy 2.x

Caching of compiled templates.

Template compilation failed.

Context-aware escaping.

HTML bogus tag.

HTML element node.

Helper node for rendering HTML tags with n:tag and n:tag* support.

Only for parser needs.

Interface for expression nodes that represent operators with precedence.

{= ...}

PHP helpers.

PHP printing helpers and context.

Tag

Latte tag or n:attribute.

Lexer for PHP-like expression language used in tags.

Parser for PHP-like expression language used in tags.

Template code generator.

Template parser extension for HTML.

TokenStream loads tokens from $source iterator on-demand, and places them in a buffer to provide access to any previous token by index.

Templating engine Latte.

Iterates over key-value pairs.

Generates blueprint of template class.

Smarter caching iterator.

Basic tags and filters for Latte.

Template filters. Uses UTF-8 only.

{block [local] [name]}

{capture $variable}

{contentType ...}

Custom function call node.

{debugbreak [$cond]}

{define [local] name}

{do expression}

{dump [$var]}

{embed [block|file] name [,] [params]}

{extends none | auto | "file"} {layout none | auto | "file"}

{first [$width]} {last [$width]} {sep [$width]}

{for $init; $cond; $next}

{foreach $expr as $key => $value} & {else}

{ifchanged [$var]} ... {else}

n:ifcontent

{if $cond} & {elseif $cond} & {else} {if} & {/if $cond} {ifset $var} & {elseifset $var} {ifset block} & {elseifset block}

{import "file"[, args]}

{include [block] name [from file] [, args]}

{include [file] "file" [with blocks] [,] [params]}

{iterateWhile $cond}

{breakIf ...} {continueIf ...} {skipIf ...} {exitIf ...}

n:attr="..."
n:class="..."

n:else & n:elseif

n:tag="..."

{parameters [type] $var, ...}

{php statement; statement; ...}

{rollback}
{spaceless}

{switch} ... {case} ... {default}

{templatePrint [ParentClass]}

{templateType ClassName}

{trace}

{translate} ... {/translate}

{try} ... {else}

{var [type] $var = value, ...} {default [type] $var = value, ...}

{varPrint [all]}

{varType type $var}

{while $cond}

Raw PHP in {php ...}

Extension for translations.

Common interface for all Latte exceptions.

Latte extension.

Latte helpers.

Template loader.

Template loader.

Template loader.

Template rendering failed.

Filter executor.

Filter runtime info

Functions executor.

Template runtime helpers.

HTML literal.

Runtime utilities for handling HTML.

Template.

Runtime utilities for handling XML.

{sandbox "file" [,] [params]}

Security protection for the sandbox.

Default-deny policy.

Template uses forbidden function, filter or variable in sandbox mode.

Template file not found or could not be loaded.

Linter extension for validating filters, functions, classes, methods, constants and more.