mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-01 23:10:54 +00:00
8 lines
458 B
Plaintext
8 lines
458 B
Plaintext
error: unable to open template file '$DIR/templates/a_file_that_is_actually_a_folder.html': Is a directory (os error 21)
|
|
--> YouCannotIncludeFolders.txt:1:2
|
|
" include \"a_file_that_is_actually_a_folder.html\" %}"
|
|
--> tests/ui/include-a-folder.rs:4:34
|
|
|
|
|
4 | #[template(ext = "txt", source = r#"{% include "a_file_that_is_actually_a_folder.html" %}"#)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|