diff options
author | 2019-03-18 10:21:34 +0100 | |
---|---|---|
committer | 2019-03-18 10:21:34 +0100 | |
commit | 703ab6e3c7b3a885a5745949750ca54b68dd4569 (patch) | |
tree | e9394c11014e07693c676fb032cc0d4e6cbd719f /askama | |
parent | d9ee26bfa2685fba3ead8e4e64fd6efd92ab228d (diff) | |
download | askama-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.rs | 3 |
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 `#}`. |