diff options
-rw-r--r-- | askama/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/askama/src/lib.rs b/askama/src/lib.rs index 3f0a267..3791283 100644 --- a/askama/src/lib.rs +++ b/askama/src/lib.rs @@ -259,6 +259,10 @@ //! The HTML special characters `&`, `<` and `>` will be replaced with their //! character entities unless the `escape` mode is disabled for a template. //! +//! ## Comments +//! +//! Askama supports block comments delimited by `{#` and `#}`. +//! //! # Optional functionality //! //! ## Rocket integration |