diff options
author | 2021-12-01 06:43:36 -0800 | |
---|---|---|
committer | 2021-12-01 15:43:36 +0100 | |
commit | e3d690ba102f3624ff65f5476dc68dfe98f2e221 (patch) | |
tree | 873c6957e727befe1103633a3b5559451e66f743 /askama_mendes/README.md | |
parent | 671bc7f32fd150f04793d8d5dbe806e9d4cfe669 (diff) | |
download | askama-e3d690ba102f3624ff65f5476dc68dfe98f2e221.tar.gz askama-e3d690ba102f3624ff65f5476dc68dfe98f2e221.tar.bz2 askama-e3d690ba102f3624ff65f5476dc68dfe98f2e221.zip |
Move askama_mendes integration into Askama repo (#561)
Diffstat (limited to '')
-rw-r--r-- | askama_mendes/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/askama_mendes/README.md b/askama_mendes/README.md new file mode 100644 index 0000000..f91ffbd --- /dev/null +++ b/askama_mendes/README.md @@ -0,0 +1,9 @@ +# askama_mendes: Askama integration with Mendes + +[![Documentation](https://docs.rs/askama_mendes/badge.svg)](https://docs.rs/askama_mendes/) +[![Latest version](https://img.shields.io/crates/v/askama_mendes.svg)](https://crates.io/crates/askama_mendes) +[![Build Status](https://github.com/djc/askama/workflows/CI/badge.svg)](https://github.com/djc/askama/actions?query=workflow%3ACI) +[![Chat](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/djc/askama) + +Integration of the [Askama](https://github.com/djc/askama) templating engine in +code building on the [Mendes](https://github.com/djc/mendes) framework. |