Skip to content

Commit

Permalink
docs: improve wording on intro page a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
0b10011 committed Jan 12, 2025
1 parent b40972e commit 1f5a624
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion book/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<div class="warning">

Oxiplate is experimental and features described here may not yet be implemented, or may be implemented in a different way.
This project is experimental
and features described in this book may not yet be implemented,
or may be implemented in a different way.

</div>

Oxiplate is a template engine that uses a derive macro
to compile templates into Rust code for the best performance.
It focuses on straightforward [escaping](templates/writs/escaping.md)
and powerful [whitespace control](templates/whitespace-control.md).

0 comments on commit 1f5a624

Please sign in to comment.