Docs.rs
plf-0.1.1
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
plf 0.1.1
A template engine for Rust inspired by Tera/Jinja2/Django
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
components
include
inheritance
array_spread.txt
autoescape_disabled.txt.notescaped
conditions.txt
dump_var.txt
escaping.txt
filters.txt
for.txt
for_else.txt
functions.txt
idents.txt
ifs.txt
ifs_elifs.txt
indexing.txt
literals.txt
mixed_numeric_compare.txt
optional_slice_null.txt
partial_eq.txt
plain.txt
raw.txt
set_blocks.txt
short_circuit_path.txt
spread.txt
str_concat.txt
ternary.txt
tests.txt
ws.txt
1
2
3
4
5
6
{{ 1 > 2 }} {{ 1 < 2 }} {{ 1 >= 2 }} {{ 1 <= 2 }} {{ 1 == 1 }} {{ 1 != 1 }}