askama/bench-build/templates/hello_world.html
René Kijewski 98cb4233e2 Make derive optional
This is the same as in e.g. `serde` with the feature of the same name.
If you manually depend on `rinja_derive`, then you can make better use
of your multi-core setup.
2025-02-09 17:47:17 +01:00

2 lines
33 B
HTML

<h1>{{greeting}}, {{user}}!</h1>