tera 2.0.0-alpha.3

A template engine for Rust based on Jinja2/Django
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: tera/src/snapshot_tests/lexer.rs
expression: "&tokens"
input_file: tera/src/snapshot_tests/lexer_inputs/success/raw.txt
---
[
    CONTENT("Hello"),
    CONTENT("Some ignored {{ content }}  {% if true %} hello {%\n"),
    CONTENT("World\n\nInline as well "),
    CONTENT(" {{ hey }} "),
    CONTENT("\n"),
]