aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askama/src/lib.rs4
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