Skip to content

Conformance Examples 0.1.0 — Render: raw-block-verbatim

raw-block-text

Raw block body is emitted verbatim.

Template

{{{{ hello }}}}

Output

 hello 

raw-block-with-fake-tags

Raw block preserves inner mustache-like text without parsing.

Template

{{{{ {{ x }} }}}}

Output

 {{ x }} 

empty-raw-block

An empty raw block produces no output.

Template

{{{{}}}}

Output


Source fixture: render/raw-block-verbatim.json