plf 0.1.2

A template engine for Rust inspired by Tera/Jinja2/Django
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: plf/src/snapshot_tests/lexer.rs
expression: "&tokens"
input_file: plf/src/snapshot_tests/lexer_inputs/success/ws.txt
---
[
    CONTENT("Hello"),
    VARIABLE_START(true),
    INTEGER(1),
    VARIABLE_END(true),
    CONTENT("ho"),
    CONTENT(""),
    CONTENT(""),
]