aboutsummaryrefslogtreecommitdiffstats
path: root/askama
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-03-18 10:21:34 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-03-18 10:21:34 +0100
commit703ab6e3c7b3a885a5745949750ca54b68dd4569 (patch)
treee9394c11014e07693c676fb032cc0d4e6cbd719f /askama
parentd9ee26bfa2685fba3ead8e4e64fd6efd92ab228d (diff)
downloadaskama-703ab6e3c7b3a885a5745949750ca54b68dd4569.tar.gz
askama-703ab6e3c7b3a885a5745949750ca54b68dd4569.tar.bz2
askama-703ab6e3c7b3a885a5745949750ca54b68dd4569.zip
Remove second example for templates in templates
Diffstat (limited to '')
-rw-r--r--askama/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/askama/src/lib.rs b/askama/src/lib.rs
index d1c18c5..bd5078f 100644
--- a/askama/src/lib.rs
+++ b/askama/src/lib.rs
@@ -398,9 +398,6 @@
//! [render in place](https://github.com/djc/askama/blob/master/testing/tests/render_in_place.rs)
//! using a vector of templates in a for block.
//!
-//! See the example [using enums](https://github.com/djc/askama/blob/master/testing/tests/render_with_enums.rs)
-//! for another use case. You can use different template parts depending on the context.
-//!
//! ## Comments
//!
//! Askama supports block comments delimited by `{#` and `#}`.