Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify find_template_from_path() to use Config directly | Dirkjan Ochtman | 2018-07-10 | 1 | -12/+9 |
| | |||||
* | Stop searching for templates used as relative roots | Dirkjan Ochtman | 2018-07-10 | 1 | -13/+12 |
| | |||||
* | Get template sources directly from absolute paths | Dirkjan Ochtman | 2018-07-10 | 1 | -22/+15 |
| | |||||
* | Simplify code to read configuration | Dirkjan Ochtman | 2018-07-10 | 1 | -29/+16 |
| | |||||
* | Simplify handling of file open errors | Dirkjan Ochtman | 2018-07-10 | 1 | -4/+3 |
| | |||||
* | Reorder items in top-down order | Dirkjan Ochtman | 2018-07-10 | 1 | -22/+22 |
| | |||||
* | Add complete support for multiple template dirs | mash | 2018-07-10 | 1 | -43/+63 |
| | |||||
* | Add partial support for multiple template dirs | mash | 2018-07-10 | 1 | -0/+32 |
| | |||||
* | Fix formatting with cargo fmt | Dirkjan Ochtman | 2018-06-21 | 1 | -3/+7 |
| | |||||
* | Improve error message when template is not found | Dirkjan Ochtman | 2018-04-09 | 1 | -1/+1 |
| | |||||
* | Apply suggestions from rustfmt to improve style | Dirkjan Ochtman | 2017-11-21 | 1 | -2/+1 |
| | |||||
* | Code cleanups as suggested by Clippy | Dirkjan Ochtman | 2017-09-06 | 1 | -2/+2 |
| | |||||
* | Move most of the code into new askama_shared crate | Dirkjan Ochtman | 2017-08-27 | 1 | -0/+85 |
This makes it possible to share code between askama and askama_derive. |