Skip to content

Commit

Permalink
Remove second example for templates in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 18, 2019
1 parent d9ee26b commit 703ab6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 96 deletions.
3 changes: 0 additions & 3 deletions askama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 `#}`.
Expand Down
93 changes: 0 additions & 93 deletions testing/tests/render_with_enums.rs

This file was deleted.

0 comments on commit 703ab6e

Please sign in to comment.